Html Css Color HEX #D92590 Deep Cerise

📋 copy color: '#D92590'

red 217 ◦ green 37 ◦ blue 144

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

Shades of Deep Cerise #D92590

Tints of Deep Cerise #D92590

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.3%

 BLUE value IS 144 (56.64% from 255) = 36.18%

R = 54.52%
G = 9.3%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D92590 (or 0xD92590) is known color: Deep Cerise. HEX triplet: D9, 25 and 90. RGB value is (217,37,144). Sum of RGB (Red+Green+Blue) = 217+37+144=398 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.52% from 398); Green value is 37 (14.84% from 255 or 9.30% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 217 - color contains mainly: red. Hex color #D92590 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92590 is #26DA6F. Grayscale: #666666. Windows color (decimal): -2546288 or 9446873. OLE color: 9446873.

HSL color Cylindrical-coordinate representation of color #D92590: hue angle of 324.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D92590 is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 37 144 -
CMYK 0 0.83 0.34 0.15
HSL 324.33º 0.71% 0.5% -
HSV(B) 324.33º 0.83% 0.85% -
XYZ 34.31 18.09 28.07 -
YUV 103.02 151.13 209.3 -
System Red Green Blue C M Y K H S L
Decimal 217 37 144 0 0.83 0.34 0.15 324.33 0.71 0.5
Hex D9 25 90 0 53 22 F 144 47 32
Octal 331 45 220 0 123 42 17 504 107 62
Binary 11011001 100101 10010000 0 1010011 100010 1111 101000100 1000111 110010

Color Harmonies of #D92590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92590

Black with #D92590

Text Example


Text Example

White with #D92590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92590; }

 p { color: rgb(217,37,144); }

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

background-color css

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

 a { background-color: rgb(217,37,144); }

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

border-color css

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

 span { border-color: rgb(217,37,144); }

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