Html Css Color HEX #D92B85 Deep Cerise

📋 copy color: '#D92B85'

red 217 ◦ green 43 ◦ blue 133

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

Shades of Deep Cerise #D92B85

Tints of Deep Cerise #D92B85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.84%

R = 55.22%
G = 10.94%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D92B85 (or 0xD92B85) is known color: Deep Cerise. HEX triplet: D9, 2B and 85. RGB value is (217,43,133). Sum of RGB (Red+Green+Blue) = 217+43+133=393 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.22% from 393); Green value is 43 (17.19% from 255 or 10.94% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 217 - color contains mainly: red. Hex color #D92B85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92B85 is #26D47A. Grayscale: #696969. Windows color (decimal): -2544763 or 8727513. OLE color: 8727513.

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

Color convert

RGB 217 43 133 -
CMYK 0 0.80 0.39 0.15
HSL 328.97º 0.7% 0.51% -
HSV(B) 328.97º 0.8% 0.85% -
XYZ 33.71 18.17 23.92 -
YUV 105.29 143.65 207.68 -
System Red Green Blue C M Y K H S L
Decimal 217 43 133 0 0.80 0.39 0.15 328.97 0.7 0.51
Hex D9 2B 85 0 50 27 F 149 46 33
Octal 331 53 205 0 120 47 17 511 106 63
Binary 11011001 101011 10000101 0 1010000 100111 1111 101001001 1000110 110011

Color Harmonies of #D92B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92B85

Black with #D92B85

Text Example


Text Example

White with #D92B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92B85; }

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

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

background-color css

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

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

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

border-color css

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

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

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