Html Css Color HEX #D92F90 Deep Cerise

📋 copy color: '#D92F90'

red 217 ◦ green 47 ◦ blue 144

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

Shades of Deep Cerise #D92F90

Tints of Deep Cerise #D92F90

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.52%

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

R = 53.19%
G = 11.52%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D92F90 (or 0xD92F90) is known color: Deep Cerise. HEX triplet: D9, 2F and 90. RGB value is (217,47,144). Sum of RGB (Red+Green+Blue) = 217+47+144=408 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.19% from 408); Green value is 47 (18.75% from 255 or 11.52% from 408); Blue value is 144 (56.64% from 255 or 35.29% from 408); Max value from RGB is 217 - color contains mainly: red. Hex color #D92F90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92F90 is #26D06F. Grayscale: #6C6C6C. Windows color (decimal): -2543728 or 9449433. OLE color: 9449433.

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

Color convert

RGB 217 47 144 -
CMYK 0 0.78 0.34 0.15
HSL 325.76º 0.69% 0.52% -
HSV(B) 325.76º 0.78% 0.85% -
XYZ 34.67 18.8 28.19 -
YUV 108.89 147.82 205.11 -
System Red Green Blue C M Y K H S L
Decimal 217 47 144 0 0.78 0.34 0.15 325.76 0.69 0.52
Hex D9 2F 90 0 4E 22 F 146 45 34
Octal 331 57 220 0 116 42 17 506 105 64
Binary 11011001 101111 10010000 0 1001110 100010 1111 101000110 1000101 110100

Color Harmonies of #D92F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92F90

Black with #D92F90

Text Example


Text Example

White with #D92F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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