Html Css Color HEX #D92390 Deep Cerise

📋 copy color: '#D92390'

red 217 ◦ green 35 ◦ blue 144

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

Shades of Deep Cerise #D92390

Tints of Deep Cerise #D92390

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.84%

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

R = 54.8%
G = 8.84%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D92390 (or 0xD92390) is known color: Deep Cerise. HEX triplet: D9, 23 and 90. RGB value is (217,35,144). Sum of RGB (Red+Green+Blue) = 217+35+144=396 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.80% from 396); Green value is 35 (14.06% from 255 or 8.84% from 396); Blue value is 144 (56.64% from 255 or 36.36% from 396); Max value from RGB is 217 - color contains mainly: red. Hex color #D92390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92390 is #26DC6F. Grayscale: #656565. Windows color (decimal): -2546800 or 9446361. OLE color: 9446361.

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

Color convert

RGB 217 35 144 -
CMYK 0 0.84 0.34 0.15
HSL 324.07º 0.72% 0.49% -
HSV(B) 324.07º 0.84% 0.85% -
XYZ 34.25 17.97 28.05 -
YUV 101.84 151.8 210.14 -
System Red Green Blue C M Y K H S L
Decimal 217 35 144 0 0.84 0.34 0.15 324.07 0.72 0.49
Hex D9 23 90 0 54 22 F 144 48 31
Octal 331 43 220 0 124 42 17 504 110 61
Binary 11011001 100011 10010000 0 1010100 100010 1111 101000100 1001000 110001

Color Harmonies of #D92390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92390

Black with #D92390

Text Example


Text Example

White with #D92390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92390; }

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

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

background-color css

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

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

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

border-color css

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

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

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