Html Css Color HEX #D12B79 Deep Cerise

📋 copy color: '#D12B79'

red 209 ◦ green 43 ◦ blue 121

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

Shades of Deep Cerise #D12B79

Tints of Deep Cerise #D12B79

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.53%

 BLUE value IS 121 (47.66% from 255) = 32.44%

R = 56.03%
G = 11.53%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D12B79 (or 0xD12B79) is known color: Deep Cerise. HEX triplet: D1, 2B and 79. RGB value is (209,43,121). Sum of RGB (Red+Green+Blue) = 209+43+121=373 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.03% from 373); Green value is 43 (17.19% from 255 or 11.53% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 209 - color contains mainly: red. Hex color #D12B79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12B79 is #2ED486. Grayscale: #656565. Windows color (decimal): -3069063 or 7941073. OLE color: 7941073.

HSL color Cylindrical-coordinate representation of color #D12B79: hue angle of 331.81º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D12B79 is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 43 121 -
CMYK 0 0.79 0.42 0.18
HSL 331.81º 0.66% 0.49% -
HSV(B) 331.81º 0.79% 0.82% -
XYZ 30.61 16.66 19.69 -
YUV 101.53 139 204.66 -
System Red Green Blue C M Y K H S L
Decimal 209 43 121 0 0.79 0.42 0.18 331.81 0.66 0.49
Hex D1 2B 79 0 4F 2A 12 14C 42 31
Octal 321 53 171 0 117 52 22 514 102 61
Binary 11010001 101011 1111001 0 1001111 101010 10010 101001100 1000010 110001

Color Harmonies of #D12B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12B79

Black with #D12B79

Text Example


Text Example

White with #D12B79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12B79; }

 p { color: rgb(209,43,121); }

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

background-color css

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

 a { background-color: rgb(209,43,121); }

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

border-color css

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

 span { border-color: rgb(209,43,121); }

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