Html Css Color HEX #D92CA1 Deep Cerise

📋 copy color: '#D92CA1'

red 217 ◦ green 44 ◦ blue 161

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

Shades of Deep Cerise #D92CA1

Tints of Deep Cerise #D92CA1

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.43%

 BLUE value IS 161 (63.28% from 255) = 38.15%

R = 51.42%
G = 10.43%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D92CA1 (or 0xD92CA1) is known color: Deep Cerise. HEX triplet: D9, 2C and A1. RGB value is (217,44,161). Sum of RGB (Red+Green+Blue) = 217+44+161=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 44 (17.58% from 255 or 10.43% from 422); Blue value is 161 (63.28% from 255 or 38.15% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D92CA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92CA1 is #26D35E. Grayscale: #6C6C6C. Windows color (decimal): -2544479 or 10562777. OLE color: 10562777.

HSL color Cylindrical-coordinate representation of color #D92CA1: hue angle of 319.42º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D92CA1 is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 44 161 -
CMYK 0 0.80 0.26 0.15
HSL 319.42º 0.69% 0.51% -
HSV(B) 319.42º 0.8% 0.85% -
XYZ 35.95 19.13 35.52 -
YUV 109.07 157.31 204.99 -
System Red Green Blue C M Y K H S L
Decimal 217 44 161 0 0.80 0.26 0.15 319.42 0.69 0.51
Hex D9 2C A1 0 50 1A F 13F 45 33
Octal 331 54 241 0 120 32 17 477 105 63
Binary 11011001 101100 10100001 0 1010000 11010 1111 100111111 1000101 110011

Color Harmonies of #D92CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92CA1

Black with #D92CA1

Text Example


Text Example

White with #D92CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92CA1; }

 p { color: rgb(217,44,161); }

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

background-color css

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

 a { background-color: rgb(217,44,161); }

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

border-color css

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

 span { border-color: rgb(217,44,161); }

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