Html Css Color HEX #D12277 Deep Cerise

📋 copy color: '#D12277'

red 209 ◦ green 34 ◦ blue 119

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

Shades of Deep Cerise #D12277

Tints of Deep Cerise #D12277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 32.87%

R = 57.73%
G = 9.39%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D12277 (or 0xD12277) is known color: Deep Cerise. HEX triplet: D1, 22 and 77. RGB value is (209,34,119). Sum of RGB (Red+Green+Blue) = 209+34+119=362 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.73% from 362); Green value is 34 (13.67% from 255 or 9.39% from 362); Blue value is 119 (46.88% from 255 or 32.87% from 362); Max value from RGB is 209 - color contains mainly: red. Hex color #D12277 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12277 is #2EDD88. Grayscale: #5F5F5F. Windows color (decimal): -3071369 or 7807697. OLE color: 7807697.

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

Color convert

RGB 209 34 119 -
CMYK 0 0.84 0.43 0.18
HSL 330.86º 0.72% 0.48% -
HSV(B) 330.86º 0.84% 0.82% -
XYZ 30.2 16.03 18.96 -
YUV 96.02 140.98 208.59 -
System Red Green Blue C M Y K H S L
Decimal 209 34 119 0 0.84 0.43 0.18 330.86 0.72 0.48
Hex D1 22 77 0 54 2B 12 14B 48 30
Octal 321 42 167 0 124 53 22 513 110 60
Binary 11010001 100010 1110111 0 1010100 101011 10010 101001011 1001000 110000

Color Harmonies of #D12277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12277

Black with #D12277

Text Example


Text Example

White with #D12277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12277; }

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

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

background-color css

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

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

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

border-color css

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

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

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