Html Css Color HEX #D73984 Deep Cerise

📋 copy color: '#D73984'

red 215 ◦ green 57 ◦ blue 132

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

Shades of Deep Cerise #D73984

Tints of Deep Cerise #D73984

RGB

 RED value IS 215 (84.38% from 255) = 53.22%

 GREEN value IS 57 (22.66% from 255) = 14.11%

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

R = 53.22%
G = 14.11%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D73984 (or 0xD73984) is known color: Deep Cerise. HEX triplet: D7, 39 and 84. RGB value is (215,57,132). Sum of RGB (Red+Green+Blue) = 215+57+132=404 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.22% from 404); Green value is 57 (22.66% from 255 or 14.11% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 215 - color contains mainly: red. Hex color #D73984 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73984 is #28C67B. Grayscale: #707070. Windows color (decimal): -2672252 or 8665559. OLE color: 8665559.

HSL color Cylindrical-coordinate representation of color #D73984: hue angle of 331.52º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D73984 is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 57 132 -
CMYK 0 0.73 0.39 0.16
HSL 331.52º 0.66% 0.53% -
HSV(B) 331.52º 0.73% 0.84% -
XYZ 33.65 19.04 23.73 -
YUV 112.79 138.85 200.9 -
System Red Green Blue C M Y K H S L
Decimal 215 57 132 0 0.73 0.39 0.16 331.52 0.66 0.53
Hex D7 39 84 0 49 27 10 14C 42 35
Octal 327 71 204 0 111 47 20 514 102 65
Binary 11010111 111001 10000100 0 1001001 100111 10000 101001100 1000010 110101

Color Harmonies of #D73984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73984

Black with #D73984

Text Example


Text Example

White with #D73984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73984; }

 p { color: rgb(215,57,132); }

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

background-color css

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

 a { background-color: rgb(215,57,132); }

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

border-color css

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

 span { border-color: rgb(215,57,132); }

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