Html Css Color HEX #D92381 Deep Cerise

📋 copy color: '#D92381'

red 217 ◦ green 35 ◦ blue 129

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

Shades of Deep Cerise #D92381

Tints of Deep Cerise #D92381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.86%

R = 56.96%
G = 9.19%
B = 33.86%

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

#D92381 (or 0xD92381) is known color: Deep Cerise. HEX triplet: D9, 23 and 81. RGB value is (217,35,129). Sum of RGB (Red+Green+Blue) = 217+35+129=381 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.96% from 381); Green value is 35 (14.06% from 255 or 9.19% from 381); Blue value is 129 (50.78% from 255 or 33.86% from 381); Max value from RGB is 217 - color contains mainly: red. Hex color #D92381 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92381 is #26DC7E. Grayscale: #636363. Windows color (decimal): -2546815 or 8463321. OLE color: 8463321.

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

Color convert

RGB 217 35 129 -
CMYK 0 0.84 0.41 0.15
HSL 329.01º 0.72% 0.49% -
HSV(B) 329.01º 0.84% 0.85% -
XYZ 33.18 17.54 22.41 -
YUV 100.13 144.3 211.36 -
System Red Green Blue C M Y K H S L
Decimal 217 35 129 0 0.84 0.41 0.15 329.01 0.72 0.49
Hex D9 23 81 0 54 29 F 149 48 31
Octal 331 43 201 0 124 51 17 511 110 61
Binary 11011001 100011 10000001 0 1010100 101001 1111 101001001 1001000 110001

Color Harmonies of #D92381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92381

Black with #D92381

Text Example


Text Example

White with #D92381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92381; }

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

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

background-color css

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

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

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

border-color css

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

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

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