Html Css Color HEX #D9228C Deep Cerise

📋 copy color: '#D9228C'

red 217 ◦ green 34 ◦ blue 140

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

Shades of Deep Cerise #D9228C

Tints of Deep Cerise #D9228C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.81%

R = 55.5%
G = 8.7%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9228C (or 0xD9228C) is known color: Deep Cerise. HEX triplet: D9, 22 and 8C. RGB value is (217,34,140). Sum of RGB (Red+Green+Blue) = 217+34+140=391 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.50% from 391); Green value is 34 (13.67% from 255 or 8.70% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 217 - color contains mainly: red. Hex color #D9228C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9228C is #26DD73. Grayscale: #646464. Windows color (decimal): -2547060 or 9183961. OLE color: 9183961.

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

Color convert

RGB 217 34 140 -
CMYK 0 0.84 0.35 0.15
HSL 325.25º 0.73% 0.49% -
HSV(B) 325.25º 0.84% 0.85% -
XYZ 33.92 17.79 26.46 -
YUV 100.8 150.13 210.88 -
System Red Green Blue C M Y K H S L
Decimal 217 34 140 0 0.84 0.35 0.15 325.25 0.73 0.49
Hex D9 22 8C 0 54 23 F 145 49 31
Octal 331 42 214 0 124 43 17 505 111 61
Binary 11011001 100010 10001100 0 1010100 100011 1111 101000101 1001001 110001

Color Harmonies of #D9228C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9228C

Black with #D9228C

Text Example


Text Example

White with #D9228C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9228C; }

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

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

background-color css

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

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

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

border-color css

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

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

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