Html Css Color HEX #D12DAD Deep Cerise

📋 copy color: '#D12DAD'

red 209 ◦ green 45 ◦ blue 173

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

Shades of Deep Cerise #D12DAD

Tints of Deep Cerise #D12DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.52%

R = 48.95%
G = 10.54%
B = 40.52%

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

#D12DAD (or 0xD12DAD) is known color: Deep Cerise. HEX triplet: D1, 2D and AD. RGB value is (209,45,173). Sum of RGB (Red+Green+Blue) = 209+45+173=427 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.95% from 427); Green value is 45 (17.97% from 255 or 10.54% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 209 - color contains mainly: red. Hex color #D12DAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12DAD is #2ED252. Grayscale: #6C6C6C. Windows color (decimal): -3068499 or 11349457. OLE color: 11349457.

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

Color convert

RGB 209 45 173 -
CMYK 0 0.78 0.17 0.18
HSL 313.17º 0.65% 0.5% -
HSV(B) 313.17º 0.78% 0.82% -
XYZ 34.78 18.45 41.26 -
YUV 108.63 164.33 199.59 -
System Red Green Blue C M Y K H S L
Decimal 209 45 173 0 0.78 0.17 0.18 313.17 0.65 0.5
Hex D1 2D AD 0 4E 11 12 139 41 32
Octal 321 55 255 0 116 21 22 471 101 62
Binary 11010001 101101 10101101 0 1001110 10001 10010 100111001 1000001 110010

Color Harmonies of #D12DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12DAD

Black with #D12DAD

Text Example


Text Example

White with #D12DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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