Html Css Color HEX #D12DAE Deep Cerise

📋 copy color: '#D12DAE'

red 209 ◦ green 45 ◦ blue 174

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

Shades of Deep Cerise #D12DAE

Tints of Deep Cerise #D12DAE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.51%

 BLUE value IS 174 (68.36% from 255) = 40.65%

R = 48.83%
G = 10.51%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D12DAE (or 0xD12DAE) is known color: Deep Cerise. HEX triplet: D1, 2D and AE. RGB value is (209,45,174). Sum of RGB (Red+Green+Blue) = 209+45+174=428 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.83% from 428); Green value is 45 (17.97% from 255 or 10.51% from 428); Blue value is 174 (68.36% from 255 or 40.65% from 428); Max value from RGB is 209 - color contains mainly: red. Hex color #D12DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12DAE is #2ED251. Grayscale: #6C6C6C. Windows color (decimal): -3068498 or 11414993. OLE color: 11414993.

HSL color Cylindrical-coordinate representation of color #D12DAE: hue angle of 312.8º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D12DAE is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 45 174 -
CMYK 0 0.78 0.17 0.18
HSL 312.8º 0.65% 0.5% -
HSV(B) 312.8º 0.78% 0.82% -
XYZ 34.87 18.49 41.77 -
YUV 108.74 164.83 199.51 -
System Red Green Blue C M Y K H S L
Decimal 209 45 174 0 0.78 0.17 0.18 312.8 0.65 0.5
Hex D1 2D AE 0 4E 11 12 139 41 32
Octal 321 55 256 0 116 21 22 471 101 62
Binary 11010001 101101 10101110 0 1001110 10001 10010 100111001 1000001 110010

Color Harmonies of #D12DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12DAE

Black with #D12DAE

Text Example


Text Example

White with #D12DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12DAE; }

 p { color: rgb(209,45,174); }

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

background-color css

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

 a { background-color: rgb(209,45,174); }

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

border-color css

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

 span { border-color: rgb(209,45,174); }

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