Html Css Color HEX #D12A7B Deep Cerise

📋 copy color: '#D12A7B'

red 209 ◦ green 42 ◦ blue 123

#D12A7B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #D12A7B

Tints of Deep Cerise #D12A7B

RGB

 RED value IS 209 (82.03% from 255) = 55.88%

 GREEN value IS 42 (16.8% from 255) = 11.23%

 BLUE value IS 123 (48.44% from 255) = 32.89%

R = 55.88%
G = 11.23%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D12A7B (or 0xD12A7B) is known color: Deep Cerise. HEX triplet: D1, 2A and 7B. RGB value is (209,42,123). Sum of RGB (Red+Green+Blue) = 209+42+123=374 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.88% from 374); Green value is 42 (16.80% from 255 or 11.23% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 209 - color contains mainly: red. Hex color #D12A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12A7B is #2ED584. Grayscale: #656565. Windows color (decimal): -3069317 or 8071889. OLE color: 8071889.

HSL color Cylindrical-coordinate representation of color #D12A7B: hue angle of 330.9º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D12A7B is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 42 123 -
CMYK 0 0.80 0.41 0.18
HSL 330.9º 0.67% 0.49% -
HSV(B) 330.9º 0.8% 0.82% -
XYZ 30.7 16.64 20.33 -
YUV 101.17 140.33 204.91 -
System Red Green Blue C M Y K H S L
Decimal 209 42 123 0 0.80 0.41 0.18 330.9 0.67 0.49
Hex D1 2A 7B 0 50 29 12 14B 43 31
Octal 321 52 173 0 120 51 22 513 103 61
Binary 11010001 101010 1111011 0 1010000 101001 10010 101001011 1000011 110001

Color Harmonies of #D12A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12A7B

Black with #D12A7B

Text Example


Text Example

White with #D12A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12A7B; }

 p { color: rgb(209,42,123); }

 H1.HeaderClassName
 {
   color: #D12A7B;
 }
 .AnyTagClassName
 {
   color: #D12A7B;
 }
</style>

background-color css

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

 a { background-color: rgb(209,42,123); }

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

border-color css

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

 span { border-color: rgb(209,42,123); }

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