Html Css Color HEX #D12881 Deep Cerise

📋 copy color: '#D12881'

red 209 ◦ green 40 ◦ blue 129

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

Shades of Deep Cerise #D12881

Tints of Deep Cerise #D12881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.13%

R = 55.29%
G = 10.58%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D12881 (or 0xD12881) is known color: Deep Cerise. HEX triplet: D1, 28 and 81. RGB value is (209,40,129). Sum of RGB (Red+Green+Blue) = 209+40+129=378 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.29% from 378); Green value is 40 (16.02% from 255 or 10.58% from 378); Blue value is 129 (50.78% from 255 or 34.13% from 378); Max value from RGB is 209 - color contains mainly: red. Hex color #D12881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12881 is #2ED77E. Grayscale: #646464. Windows color (decimal): -3069823 or 8464593. OLE color: 8464593.

HSL color Cylindrical-coordinate representation of color #D12881: hue angle of 328.4º 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 #D12881 is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 40 129 -
CMYK 0 0.81 0.38 0.18
HSL 328.4º 0.68% 0.49% -
HSV(B) 328.4º 0.81% 0.82% -
XYZ 31.02 16.66 22.35 -
YUV 100.68 143.99 205.26 -
System Red Green Blue C M Y K H S L
Decimal 209 40 129 0 0.81 0.38 0.18 328.4 0.68 0.49
Hex D1 28 81 0 51 26 12 148 44 31
Octal 321 50 201 0 121 46 22 510 104 61
Binary 11010001 101000 10000001 0 1010001 100110 10010 101001000 1000100 110001

Color Harmonies of #D12881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12881

Black with #D12881

Text Example


Text Example

White with #D12881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12881; }

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

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

background-color css

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

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

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

border-color css

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

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

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