Html Css Color HEX #D12880 Deep Cerise

📋 copy color: '#D12880'

red 209 ◦ green 40 ◦ blue 128

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

Shades of Deep Cerise #D12880

Tints of Deep Cerise #D12880

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.61%

 BLUE value IS 128 (50.39% from 255) = 33.95%

R = 55.44%
G = 10.61%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D12880 (or 0xD12880) is known color: Deep Cerise. HEX triplet: D1, 28 and 80. RGB value is (209,40,128). Sum of RGB (Red+Green+Blue) = 209+40+128=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 40 (16.02% from 255 or 10.61% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D12880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12880 is #2ED77F. Grayscale: #646464. Windows color (decimal): -3069824 or 8399057. OLE color: 8399057.

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

Color convert

RGB 209 40 128 -
CMYK 0 0.81 0.39 0.18
HSL 328.76º 0.68% 0.49% -
HSV(B) 328.76º 0.81% 0.82% -
XYZ 30.95 16.63 22 -
YUV 100.56 143.49 205.34 -
System Red Green Blue C M Y K H S L
Decimal 209 40 128 0 0.81 0.39 0.18 328.76 0.68 0.49
Hex D1 28 80 0 51 27 12 149 44 31
Octal 321 50 200 0 121 47 22 511 104 61
Binary 11010001 101000 10000000 0 1010001 100111 10010 101001001 1000100 110001

Color Harmonies of #D12880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12880

Black with #D12880

Text Example


Text Example

White with #D12880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12880; }

 p { color: rgb(209,40,128); }

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

background-color css

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

 a { background-color: rgb(209,40,128); }

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

border-color css

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

 span { border-color: rgb(209,40,128); }

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