Html Css Color HEX #D12D9A Deep Cerise

📋 copy color: '#D12D9A'

red 209 ◦ green 45 ◦ blue 154

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

Shades of Deep Cerise #D12D9A

Tints of Deep Cerise #D12D9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.75%

R = 51.23%
G = 11.03%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D12D9A (or 0xD12D9A) is known color: Deep Cerise. HEX triplet: D1, 2D and 9A. RGB value is (209,45,154). Sum of RGB (Red+Green+Blue) = 209+45+154=408 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.23% from 408); Green value is 45 (17.97% from 255 or 11.03% from 408); Blue value is 154 (60.55% from 255 or 37.75% from 408); Max value from RGB is 209 - color contains mainly: red. Hex color #D12D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12D9A is #2ED265. Grayscale: #6A6A6A. Windows color (decimal): -3068518 or 10104273. OLE color: 10104273.

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

Color convert

RGB 209 45 154 -
CMYK 0 0.78 0.26 0.18
HSL 320.12º 0.65% 0.5% -
HSV(B) 320.12º 0.78% 0.82% -
XYZ 33.07 17.77 32.26 -
YUV 106.46 154.83 201.14 -
System Red Green Blue C M Y K H S L
Decimal 209 45 154 0 0.78 0.26 0.18 320.12 0.65 0.5
Hex D1 2D 9A 0 4E 1A 12 140 41 32
Octal 321 55 232 0 116 32 22 500 101 62
Binary 11010001 101101 10011010 0 1001110 11010 10010 101000000 1000001 110010

Color Harmonies of #D12D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12D9A

Black with #D12D9A

Text Example


Text Example

White with #D12D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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