Html Css Color HEX #D92B8C Deep Cerise

📋 copy color: '#D92B8C'

red 217 ◦ green 43 ◦ blue 140

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

Shades of Deep Cerise #D92B8C

Tints of Deep Cerise #D92B8C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.75%

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

R = 54.25%
G = 10.75%
B = 35%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D92B8C (or 0xD92B8C) is known color: Deep Cerise. HEX triplet: D9, 2B and 8C. RGB value is (217,43,140). Sum of RGB (Red+Green+Blue) = 217+43+140=400 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.25% from 400); Green value is 43 (17.19% from 255 or 10.75% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 217 - color contains mainly: red. Hex color #D92B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92B8C is #26D473. Grayscale: #696969. Windows color (decimal): -2544756 or 9186265. OLE color: 9186265.

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

Color convert

RGB 217 43 140 -
CMYK 0 0.80 0.35 0.15
HSL 326.55º 0.7% 0.51% -
HSV(B) 326.55º 0.8% 0.85% -
XYZ 34.21 18.37 26.55 -
YUV 106.08 147.15 207.11 -
System Red Green Blue C M Y K H S L
Decimal 217 43 140 0 0.80 0.35 0.15 326.55 0.7 0.51
Hex D9 2B 8C 0 50 23 F 147 46 33
Octal 331 53 214 0 120 43 17 507 106 63
Binary 11011001 101011 10001100 0 1010000 100011 1111 101000111 1000110 110011

Color Harmonies of #D92B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92B8C

Black with #D92B8C

Text Example


Text Example

White with #D92B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92B8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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