Html Css Color HEX #D9229B Deep Cerise

📋 copy color: '#D9229B'

red 217 ◦ green 34 ◦ blue 155

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

Shades of Deep Cerise #D9229B

Tints of Deep Cerise #D9229B

RGB

 RED value IS 217 (85.16% from 255) = 53.45%

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

 BLUE value IS 155 (60.94% from 255) = 38.18%

R = 53.45%
G = 8.37%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D9229B (or 0xD9229B) is known color: Deep Cerise. HEX triplet: D9, 22 and 9B. RGB value is (217,34,155). Sum of RGB (Red+Green+Blue) = 217+34+155=406 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.45% from 406); Green value is 34 (13.67% from 255 or 8.37% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 217 - color contains mainly: red. Hex color #D9229B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9229B is #26DD64. Grayscale: #666666. Windows color (decimal): -2547045 or 10167001. OLE color: 10167001.

HSL color Cylindrical-coordinate representation of color #D9229B: hue angle of 320.33º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D9229B is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 34 155 -
CMYK 0 0.84 0.29 0.15
HSL 320.33º 0.73% 0.49% -
HSV(B) 320.33º 0.84% 0.85% -
XYZ 35.1 18.26 32.69 -
YUV 102.51 157.63 209.66 -
System Red Green Blue C M Y K H S L
Decimal 217 34 155 0 0.84 0.29 0.15 320.33 0.73 0.49
Hex D9 22 9B 0 54 1D F 140 49 31
Octal 331 42 233 0 124 35 17 500 111 61
Binary 11011001 100010 10011011 0 1010100 11101 1111 101000000 1001001 110001

Color Harmonies of #D9229B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9229B

Black with #D9229B

Text Example


Text Example

White with #D9229B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9229B; }

 p { color: rgb(217,34,155); }

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

background-color css

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

 a { background-color: rgb(217,34,155); }

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

border-color css

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

 span { border-color: rgb(217,34,155); }

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