Html Css Color HEX #D92DA0 Deep Cerise

📋 copy color: '#D92DA0'

red 217 ◦ green 45 ◦ blue 160

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

Shades of Deep Cerise #D92DA0

Tints of Deep Cerise #D92DA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 37.91%

R = 51.42%
G = 10.66%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D92DA0 (or 0xD92DA0) is known color: Deep Cerise. HEX triplet: D9, 2D and A0. RGB value is (217,45,160). Sum of RGB (Red+Green+Blue) = 217+45+160=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 45 (17.97% from 255 or 10.66% from 422); Blue value is 160 (62.89% from 255 or 37.91% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D92DA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92DA0 is #26D25F. Grayscale: #6D6D6D. Windows color (decimal): -2544224 or 10497497. OLE color: 10497497.

HSL color Cylindrical-coordinate representation of color #D92DA0: hue angle of 319.88º 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 #D92DA0 is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 45 160 -
CMYK 0 0.79 0.26 0.15
HSL 319.88º 0.69% 0.51% -
HSV(B) 319.88º 0.79% 0.85% -
XYZ 35.9 19.17 35.07 -
YUV 109.54 156.48 204.65 -
System Red Green Blue C M Y K H S L
Decimal 217 45 160 0 0.79 0.26 0.15 319.88 0.69 0.51
Hex D9 2D A0 0 4F 1A F 140 45 33
Octal 331 55 240 0 117 32 17 500 105 63
Binary 11011001 101101 10100000 0 1001111 11010 1111 101000000 1000101 110011

Color Harmonies of #D92DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92DA0

Black with #D92DA0

Text Example


Text Example

White with #D92DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92DA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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