Html Css Color HEX #D92D8C Deep Cerise

📋 copy color: '#D92D8C'

red 217 ◦ green 45 ◦ blue 140

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

Shades of Deep Cerise #D92D8C

Tints of Deep Cerise #D92D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.83%

R = 53.98%
G = 11.19%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D92D8C (or 0xD92D8C) is known color: Deep Cerise. HEX triplet: D9, 2D and 8C. RGB value is (217,45,140). Sum of RGB (Red+Green+Blue) = 217+45+140=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 45 (17.97% from 255 or 11.19% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D92D8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92D8C is #26D273. Grayscale: #6B6B6B. Windows color (decimal): -2544244 or 9186777. OLE color: 9186777.

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

Color convert

RGB 217 45 140 -
CMYK 0 0.79 0.35 0.15
HSL 326.86º 0.69% 0.51% -
HSV(B) 326.86º 0.79% 0.85% -
XYZ 34.29 18.52 26.58 -
YUV 107.26 146.48 206.28 -
System Red Green Blue C M Y K H S L
Decimal 217 45 140 0 0.79 0.35 0.15 326.86 0.69 0.51
Hex D9 2D 8C 0 4F 23 F 147 45 33
Octal 331 55 214 0 117 43 17 507 105 63
Binary 11011001 101101 10001100 0 1001111 100011 1111 101000111 1000101 110011

Color Harmonies of #D92D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92D8C

Black with #D92D8C

Text Example


Text Example

White with #D92D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92D8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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