Html Css Color HEX #D92C9D Deep Cerise

📋 copy color: '#D92C9D'

red 217 ◦ green 44 ◦ blue 157

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

Shades of Deep Cerise #D92C9D

Tints of Deep Cerise #D92C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.56%

R = 51.91%
G = 10.53%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D92C9D (or 0xD92C9D) is known color: Deep Cerise. HEX triplet: D9, 2C and 9D. RGB value is (217,44,157). Sum of RGB (Red+Green+Blue) = 217+44+157=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 44 (17.58% from 255 or 10.53% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D92C9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92C9D is #26D362. Grayscale: #6C6C6C. Windows color (decimal): -2544483 or 10300633. OLE color: 10300633.

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

Color convert

RGB 217 44 157 -
CMYK 0 0.80 0.28 0.15
HSL 320.81º 0.69% 0.51% -
HSV(B) 320.81º 0.8% 0.85% -
XYZ 35.6 18.99 33.69 -
YUV 108.61 155.31 205.31 -
System Red Green Blue C M Y K H S L
Decimal 217 44 157 0 0.80 0.28 0.15 320.81 0.69 0.51
Hex D9 2C 9D 0 50 1C F 141 45 33
Octal 331 54 235 0 120 34 17 501 105 63
Binary 11011001 101100 10011101 0 1010000 11100 1111 101000001 1000101 110011

Color Harmonies of #D92C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92C9D

Black with #D92C9D

Text Example


Text Example

White with #D92C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92C9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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