Html Css Color HEX #D12E8E Deep Cerise

📋 copy color: '#D12E8E'

red 209 ◦ green 46 ◦ blue 142

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

Shades of Deep Cerise #D12E8E

Tints of Deep Cerise #D12E8E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.59%

 BLUE value IS 142 (55.86% from 255) = 35.77%

R = 52.64%
G = 11.59%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D12E8E (or 0xD12E8E) is known color: Deep Cerise. HEX triplet: D1, 2E and 8E. RGB value is (209,46,142). Sum of RGB (Red+Green+Blue) = 209+46+142=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 46 (18.36% from 255 or 11.59% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D12E8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D12E8E is #2ED171. Grayscale: #696969. Windows color (decimal): -3068274 or 9318097. OLE color: 9318097.

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

Color convert

RGB 209 46 142 -
CMYK 0 0.78 0.32 0.18
HSL 324.66º 0.64% 0.5% -
HSV(B) 324.66º 0.78% 0.82% -
XYZ 32.15 17.46 27.27 -
YUV 105.68 148.5 201.69 -
System Red Green Blue C M Y K H S L
Decimal 209 46 142 0 0.78 0.32 0.18 324.66 0.64 0.5
Hex D1 2E 8E 0 4E 20 12 145 40 32
Octal 321 56 216 0 116 40 22 505 100 62
Binary 11010001 101110 10001110 0 1001110 100000 10010 101000101 1000000 110010

Color Harmonies of #D12E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12E8E

Black with #D12E8E

Text Example


Text Example

White with #D12E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12E8E; }

 p { color: rgb(209,46,142); }

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

background-color css

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

 a { background-color: rgb(209,46,142); }

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

border-color css

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

 span { border-color: rgb(209,46,142); }

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