Html Css Color HEX #D92D98 Deep Cerise

📋 copy color: '#D92D98'

red 217 ◦ green 45 ◦ blue 152

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

Shades of Deep Cerise #D92D98

Tints of Deep Cerise #D92D98

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.87%

 BLUE value IS 152 (59.77% from 255) = 36.71%

R = 52.42%
G = 10.87%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D92D98 (or 0xD92D98) is known color: Deep Cerise. HEX triplet: D9, 2D and 98. RGB value is (217,45,152). Sum of RGB (Red+Green+Blue) = 217+45+152=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 45 (17.97% from 255 or 10.87% from 414); Blue value is 152 (59.77% from 255 or 36.71% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D92D98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92D98 is #26D267. Grayscale: #6C6C6C. Windows color (decimal): -2544232 or 9973209. OLE color: 9973209.

HSL color Cylindrical-coordinate representation of color #D92D98: hue angle of 322.67º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D92D98 is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 45 152 -
CMYK 0 0.79 0.30 0.15
HSL 322.67º 0.69% 0.51% -
HSV(B) 322.67º 0.79% 0.85% -
XYZ 35.22 18.9 31.5 -
YUV 108.63 152.48 205.3 -
System Red Green Blue C M Y K H S L
Decimal 217 45 152 0 0.79 0.30 0.15 322.67 0.69 0.51
Hex D9 2D 98 0 4F 1E F 143 45 33
Octal 331 55 230 0 117 36 17 503 105 63
Binary 11011001 101101 10011000 0 1001111 11110 1111 101000011 1000101 110011

Color Harmonies of #D92D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92D98

Black with #D92D98

Text Example


Text Example

White with #D92D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92D98; }

 p { color: rgb(217,45,152); }

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

background-color css

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

 a { background-color: rgb(217,45,152); }

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

border-color css

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

 span { border-color: rgb(217,45,152); }

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