Html Css Color HEX #D12276 Deep Cerise

📋 copy color: '#D12276'

red 209 ◦ green 34 ◦ blue 118

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

Shades of Deep Cerise #D12276

Tints of Deep Cerise #D12276

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.42%

 BLUE value IS 118 (46.48% from 255) = 32.69%

R = 57.89%
G = 9.42%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D12276 (or 0xD12276) is known color: Deep Cerise. HEX triplet: D1, 22 and 76. RGB value is (209,34,118). Sum of RGB (Red+Green+Blue) = 209+34+118=361 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.89% from 361); Green value is 34 (13.67% from 255 or 9.42% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 209 - color contains mainly: red. Hex color #D12276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12276 is #2EDD89. Grayscale: #5F5F5F. Windows color (decimal): -3071370 or 7742161. OLE color: 7742161.

HSL color Cylindrical-coordinate representation of color #D12276: hue angle of 331.2º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D12276 is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 34 118 -
CMYK 0 0.84 0.44 0.18
HSL 331.2º 0.72% 0.48% -
HSV(B) 331.2º 0.84% 0.82% -
XYZ 30.14 16.01 18.64 -
YUV 95.9 140.48 208.67 -
System Red Green Blue C M Y K H S L
Decimal 209 34 118 0 0.84 0.44 0.18 331.2 0.72 0.48
Hex D1 22 76 0 54 2C 12 14B 48 30
Octal 321 42 166 0 124 54 22 513 110 60
Binary 11010001 100010 1110110 0 1010100 101100 10010 101001011 1001000 110000

Color Harmonies of #D12276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12276

Black with #D12276

Text Example


Text Example

White with #D12276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12276; }

 p { color: rgb(209,34,118); }

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

background-color css

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

 a { background-color: rgb(209,34,118); }

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

border-color css

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

 span { border-color: rgb(209,34,118); }

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