Html Css Color HEX #D9228E Deep Cerise

📋 copy color: '#D9228E'

red 217 ◦ green 34 ◦ blue 142

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

Shades of Deep Cerise #D9228E

Tints of Deep Cerise #D9228E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 36.13%

R = 55.22%
G = 8.65%
B = 36.13%

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

#D9228E (or 0xD9228E) is known color: Deep Cerise. HEX triplet: D9, 22 and 8E. RGB value is (217,34,142). Sum of RGB (Red+Green+Blue) = 217+34+142=393 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.22% from 393); Green value is 34 (13.67% from 255 or 8.65% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 217 - color contains mainly: red. Hex color #D9228E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9228E is #26DD71. Grayscale: #646464. Windows color (decimal): -2547058 or 9315033. OLE color: 9315033.

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

Color convert

RGB 217 34 142 -
CMYK 0 0.84 0.35 0.15
HSL 324.59º 0.73% 0.49% -
HSV(B) 324.59º 0.84% 0.85% -
XYZ 34.07 17.85 27.24 -
YUV 101.03 151.13 210.72 -
System Red Green Blue C M Y K H S L
Decimal 217 34 142 0 0.84 0.35 0.15 324.59 0.73 0.49
Hex D9 22 8E 0 54 23 F 145 49 31
Octal 331 42 216 0 124 43 17 505 111 61
Binary 11011001 100010 10001110 0 1010100 100011 1111 101000101 1001001 110001

Color Harmonies of #D9228E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9228E

Black with #D9228E

Text Example


Text Example

White with #D9228E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9228E; }

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

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

background-color css

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

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

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

border-color css

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

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

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