#D62A7A

Color #D62A7A Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #D62A7A

Tints of Deep Cerise #D62A7A

Color information

#D62A7A (or 0xD62A7A) is unknown color: approx Deep Cerise. HEX triplet: D6, 2A and 7A. RGB value is (214,42,122). Sum of RGB (Red+Green+Blue) = 214+42+122=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 42 (16.80% from 255 or 11.11% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D62A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62A7A is #29D585. Grayscale: #666666. Windows color (decimal): -2741638 or 8006358. OLE color: 8006358.

HSL color Cylindrical-coordinate representation of color #D62A7A: hue angle of 332.09º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D62A7A is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB21442122-
CMYK00.800.430.16
HSL332.09º67.72%50.2%-
HSV(B)332.09º80.37%83.92%-
XYZ32.0717.3620.07-
YUV102.55138.98207.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 56.61%
GREEN value IS 42 (16.80% from 255) = 11.11%
BLUE value IS 122 (48.05% from 255) = 32.28%
R=56.61%
G=11.11%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2144212200.800.430.16332.0967.7250.2
HexD62A7A0502B1014c4432
Octal326521720120532051410462
Binary11010110101010111101001010000101011100001010011001000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D62A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D62A7A; }

 p { color: rgb(214,42,122); }

 H1.HeaderClassName
 {
   color: #D62A7A;
 }
 .AnyTagClassName
 {
   color: #D62A7A;
 }
</style>
background-color css

<style>
 a { background-color: #D62A7A; }

 a { background-color: rgb(214,42,122); }

 div.DivClassName
 {
   background-color: #D62A7A;
 }
 .BgClassName
 {
   background-color: #D62A7A;
 }
</style>
border-color css

<style>
 span { border-color: #D62A7A; }

 span { border-color: rgb(214,42,122); }

 td.TdClassName
 {
   border-color: #D62A7A;
 }
 .TagClassName
 {
   border-color: #D62A7A;
 }
</style>