Html Css Color HEX #D92993 Deep Cerise

📋 copy color: '#D92993'

red 217 ◦ green 41 ◦ blue 147

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

Shades of Deep Cerise #D92993

Tints of Deep Cerise #D92993

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.12%

 BLUE value IS 147 (57.81% from 255) = 36.3%

R = 53.58%
G = 10.12%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D92993 (or 0xD92993) is known color: Deep Cerise. HEX triplet: D9, 29 and 93. RGB value is (217,41,147). Sum of RGB (Red+Green+Blue) = 217+41+147=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 41 (16.41% from 255 or 10.12% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D92993 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92993 is #26D66C. Grayscale: #696969. Windows color (decimal): -2545261 or 9644505. OLE color: 9644505.

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

Color convert

RGB 217 41 147 -
CMYK 0 0.81 0.32 0.15
HSL 323.86º 0.7% 0.51% -
HSV(B) 323.86º 0.81% 0.85% -
XYZ 34.67 18.44 29.34 -
YUV 105.71 151.31 207.38 -
System Red Green Blue C M Y K H S L
Decimal 217 41 147 0 0.81 0.32 0.15 323.86 0.7 0.51
Hex D9 29 93 0 51 20 F 144 46 33
Octal 331 51 223 0 121 40 17 504 106 63
Binary 11011001 101001 10010011 0 1010001 100000 1111 101000100 1000110 110011

Color Harmonies of #D92993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92993

Black with #D92993

Text Example


Text Example

White with #D92993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92993; }

 p { color: rgb(217,41,147); }

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

background-color css

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

 a { background-color: rgb(217,41,147); }

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

border-color css

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

 span { border-color: rgb(217,41,147); }

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