Html Css Color HEX #D12D7D Deep Cerise

📋 copy color: '#D12D7D'

red 209 ◦ green 45 ◦ blue 125

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

Shades of Deep Cerise #D12D7D

Tints of Deep Cerise #D12D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.98%

R = 55.15%
G = 11.87%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D12D7D (or 0xD12D7D) is known color: Deep Cerise. HEX triplet: D1, 2D and 7D. RGB value is (209,45,125). Sum of RGB (Red+Green+Blue) = 209+45+125=379 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.15% from 379); Green value is 45 (17.97% from 255 or 11.87% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 209 - color contains mainly: red. Hex color #D12D7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12D7D is #2ED282. Grayscale: #676767. Windows color (decimal): -3068547 or 8203729. OLE color: 8203729.

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

Color convert

RGB 209 45 125 -
CMYK 0 0.78 0.40 0.18
HSL 330.73º 0.65% 0.5% -
HSV(B) 330.73º 0.78% 0.82% -
XYZ 30.93 16.91 21.04 -
YUV 103.16 140.33 203.5 -
System Red Green Blue C M Y K H S L
Decimal 209 45 125 0 0.78 0.40 0.18 330.73 0.65 0.5
Hex D1 2D 7D 0 4E 28 12 14B 41 32
Octal 321 55 175 0 116 50 22 513 101 62
Binary 11010001 101101 1111101 0 1001110 101000 10010 101001011 1000001 110010

Color Harmonies of #D12D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12D7D

Black with #D12D7D

Text Example


Text Example

White with #D12D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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