Html Css Color HEX #D92584 Deep Cerise

📋 copy color: '#D92584'

red 217 ◦ green 37 ◦ blue 132

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

Shades of Deep Cerise #D92584

Tints of Deep Cerise #D92584

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.59%

 BLUE value IS 132 (51.95% from 255) = 34.2%

R = 56.22%
G = 9.59%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D92584 (or 0xD92584) is known color: Deep Cerise. HEX triplet: D9, 25 and 84. RGB value is (217,37,132). Sum of RGB (Red+Green+Blue) = 217+37+132=386 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.22% from 386); Green value is 37 (14.84% from 255 or 9.59% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 217 - color contains mainly: red. Hex color #D92584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92584 is #26DA7B. Grayscale: #656565. Windows color (decimal): -2546300 or 8660441. OLE color: 8660441.

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

Color convert

RGB 217 37 132 -
CMYK 0 0.83 0.39 0.15
HSL 328.33º 0.71% 0.5% -
HSV(B) 328.33º 0.83% 0.85% -
XYZ 33.44 17.74 23.49 -
YUV 101.65 145.13 210.28 -
System Red Green Blue C M Y K H S L
Decimal 217 37 132 0 0.83 0.39 0.15 328.33 0.71 0.5
Hex D9 25 84 0 53 27 F 148 47 32
Octal 331 45 204 0 123 47 17 510 107 62
Binary 11011001 100101 10000100 0 1010011 100111 1111 101001000 1000111 110010

Color Harmonies of #D92584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92584

Black with #D92584

Text Example


Text Example

White with #D92584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92584; }

 p { color: rgb(217,37,132); }

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

background-color css

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

 a { background-color: rgb(217,37,132); }

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

border-color css

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

 span { border-color: rgb(217,37,132); }

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