Html Css Color HEX #D92482 Deep Cerise

📋 copy color: '#D92482'

red 217 ◦ green 36 ◦ blue 130

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

Shades of Deep Cerise #D92482

Tints of Deep Cerise #D92482

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.4%

 BLUE value IS 130 (51.17% from 255) = 33.94%

R = 56.66%
G = 9.4%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D92482 (or 0xD92482) is known color: Deep Cerise. HEX triplet: D9, 24 and 82. RGB value is (217,36,130). Sum of RGB (Red+Green+Blue) = 217+36+130=383 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.66% from 383); Green value is 36 (14.45% from 255 or 9.40% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 217 - color contains mainly: red. Hex color #D92482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92482 is #26DB7D. Grayscale: #646464. Windows color (decimal): -2546558 or 8529113. OLE color: 8529113.

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

Color convert

RGB 217 36 130 -
CMYK 0 0.83 0.40 0.15
HSL 328.84º 0.72% 0.5% -
HSV(B) 328.84º 0.83% 0.85% -
XYZ 33.28 17.63 22.77 -
YUV 100.84 144.47 210.86 -
System Red Green Blue C M Y K H S L
Decimal 217 36 130 0 0.83 0.40 0.15 328.84 0.72 0.5
Hex D9 24 82 0 53 28 F 149 48 32
Octal 331 44 202 0 123 50 17 511 110 62
Binary 11011001 100100 10000010 0 1010011 101000 1111 101001001 1001000 110010

Color Harmonies of #D92482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92482

Black with #D92482

Text Example


Text Example

White with #D92482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92482; }

 p { color: rgb(217,36,130); }

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

background-color css

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

 a { background-color: rgb(217,36,130); }

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

border-color css

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

 span { border-color: rgb(217,36,130); }

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