Html Css Color HEX #D92380 Deep Cerise

📋 copy color: '#D92380'

red 217 ◦ green 35 ◦ blue 128

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

Shades of Deep Cerise #D92380

Tints of Deep Cerise #D92380

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.21%

 BLUE value IS 128 (50.39% from 255) = 33.68%

R = 57.11%
G = 9.21%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D92380 (or 0xD92380) is known color: Deep Cerise. HEX triplet: D9, 23 and 80. RGB value is (217,35,128). Sum of RGB (Red+Green+Blue) = 217+35+128=380 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.11% from 380); Green value is 35 (14.06% from 255 or 9.21% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 217 - color contains mainly: red. Hex color #D92380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92380 is #26DC7F. Grayscale: #636363. Windows color (decimal): -2546816 or 8397785. OLE color: 8397785.

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

Color convert

RGB 217 35 128 -
CMYK 0 0.84 0.41 0.15
HSL 329.34º 0.72% 0.49% -
HSV(B) 329.34º 0.84% 0.85% -
XYZ 33.11 17.51 22.06 -
YUV 100.02 143.8 211.44 -
System Red Green Blue C M Y K H S L
Decimal 217 35 128 0 0.84 0.41 0.15 329.34 0.72 0.49
Hex D9 23 80 0 54 29 F 149 48 31
Octal 331 43 200 0 124 51 17 511 110 61
Binary 11011001 100011 10000000 0 1010100 101001 1111 101001001 1001000 110001

Color Harmonies of #D92380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92380

Black with #D92380

Text Example


Text Example

White with #D92380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92380; }

 p { color: rgb(217,35,128); }

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

background-color css

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

 a { background-color: rgb(217,35,128); }

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

border-color css

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

 span { border-color: rgb(217,35,128); }

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