Html Css Color HEX #D12DA4 Deep Cerise

📋 copy color: '#D12DA4'

red 209 ◦ green 45 ◦ blue 164

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

Shades of Deep Cerise #D12DA4

Tints of Deep Cerise #D12DA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 39.23%

R = 50%
G = 10.77%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D12DA4 (or 0xD12DA4) is known color: Deep Cerise. HEX triplet: D1, 2D and A4. RGB value is (209,45,164). Sum of RGB (Red+Green+Blue) = 209+45+164=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 45 (17.97% from 255 or 10.77% from 418); Blue value is 164 (64.45% from 255 or 39.23% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D12DA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12DA4 is #2ED25B. Grayscale: #6B6B6B. Windows color (decimal): -3068508 or 10759633. OLE color: 10759633.

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

Color convert

RGB 209 45 164 -
CMYK 0 0.78 0.22 0.18
HSL 316.46º 0.65% 0.5% -
HSV(B) 316.46º 0.78% 0.82% -
XYZ 33.93 18.11 36.83 -
YUV 107.6 159.83 200.32 -
System Red Green Blue C M Y K H S L
Decimal 209 45 164 0 0.78 0.22 0.18 316.46 0.65 0.5
Hex D1 2D A4 0 4E 16 12 13C 41 32
Octal 321 55 244 0 116 26 22 474 101 62
Binary 11010001 101101 10100100 0 1001110 10110 10010 100111100 1000001 110010

Color Harmonies of #D12DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12DA4

Black with #D12DA4

Text Example


Text Example

White with #D12DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12DA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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