Html Css Color HEX #D92A83 Deep Cerise

📋 copy color: '#D92A83'

red 217 ◦ green 42 ◦ blue 131

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

Shades of Deep Cerise #D92A83

Tints of Deep Cerise #D92A83

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.77%

 BLUE value IS 131 (51.56% from 255) = 33.59%

R = 55.64%
G = 10.77%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D92A83 (or 0xD92A83) is known color: Deep Cerise. HEX triplet: D9, 2A and 83. RGB value is (217,42,131). Sum of RGB (Red+Green+Blue) = 217+42+131=390 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.64% from 390); Green value is 42 (16.80% from 255 or 10.77% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 217 - color contains mainly: red. Hex color #D92A83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92A83 is #26D57C. Grayscale: #686868. Windows color (decimal): -2545021 or 8596185. OLE color: 8596185.

HSL color Cylindrical-coordinate representation of color #D92A83: hue angle of 329.49º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D92A83 is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 42 131 -
CMYK 0 0.81 0.40 0.15
HSL 329.49º 0.7% 0.51% -
HSV(B) 329.49º 0.81% 0.85% -
XYZ 33.54 18.05 23.19 -
YUV 104.47 142.98 208.26 -
System Red Green Blue C M Y K H S L
Decimal 217 42 131 0 0.81 0.40 0.15 329.49 0.7 0.51
Hex D9 2A 83 0 51 28 F 149 46 33
Octal 331 52 203 0 121 50 17 511 106 63
Binary 11011001 101010 10000011 0 1010001 101000 1111 101001001 1000110 110011

Color Harmonies of #D92A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92A83

Black with #D92A83

Text Example


Text Example

White with #D92A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92A83; }

 p { color: rgb(217,42,131); }

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

background-color css

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

 a { background-color: rgb(217,42,131); }

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

border-color css

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

 span { border-color: rgb(217,42,131); }

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