Html Css Color HEX #D92CAA Deep Cerise

📋 copy color: '#D92CAA'

red 217 ◦ green 44 ◦ blue 170

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

Shades of Deep Cerise #D92CAA

Tints of Deep Cerise #D92CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.44%

R = 50.35%
G = 10.21%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D92CAA (or 0xD92CAA) is known color: Deep Cerise. HEX triplet: D9, 2C and AA. RGB value is (217,44,170). Sum of RGB (Red+Green+Blue) = 217+44+170=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 44 (17.58% from 255 or 10.21% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D92CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92CAA is #26D355. Grayscale: #6D6D6D. Windows color (decimal): -2544470 or 11152601. OLE color: 11152601.

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

Color convert

RGB 217 44 170 -
CMYK 0 0.80 0.22 0.15
HSL 316.3º 0.69% 0.51% -
HSV(B) 316.3º 0.8% 0.85% -
XYZ 36.77 19.46 39.85 -
YUV 110.09 161.81 204.25 -
System Red Green Blue C M Y K H S L
Decimal 217 44 170 0 0.80 0.22 0.15 316.3 0.69 0.51
Hex D9 2C AA 0 50 16 F 13C 45 33
Octal 331 54 252 0 120 26 17 474 105 63
Binary 11011001 101100 10101010 0 1010000 10110 1111 100111100 1000101 110011

Color Harmonies of #D92CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92CAA

Black with #D92CAA

Text Example


Text Example

White with #D92CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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