Html Css Color HEX #D73582 Deep Cerise

📋 copy color: '#D73582'

red 215 ◦ green 53 ◦ blue 130

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

Shades of Deep Cerise #D73582

Tints of Deep Cerise #D73582

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.32%

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

R = 54.02%
G = 13.32%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D73582 (or 0xD73582) is known color: Deep Cerise. HEX triplet: D7, 35 and 82. RGB value is (215,53,130). Sum of RGB (Red+Green+Blue) = 215+53+130=398 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.02% from 398); Green value is 53 (21.09% from 255 or 13.32% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 215 - color contains mainly: red. Hex color #D73582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73582 is #28CA7D. Grayscale: #6E6E6E. Windows color (decimal): -2673278 or 8533463. OLE color: 8533463.

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

Color convert

RGB 215 53 130 -
CMYK 0 0.75 0.40 0.16
HSL 331.48º 0.67% 0.53% -
HSV(B) 331.48º 0.75% 0.84% -
XYZ 33.33 18.6 22.95 -
YUV 110.22 139.17 202.74 -
System Red Green Blue C M Y K H S L
Decimal 215 53 130 0 0.75 0.40 0.16 331.48 0.67 0.53
Hex D7 35 82 0 4B 28 10 14B 43 35
Octal 327 65 202 0 113 50 20 513 103 65
Binary 11010111 110101 10000010 0 1001011 101000 10000 101001011 1000011 110101

Color Harmonies of #D73582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73582

Black with #D73582

Text Example


Text Example

White with #D73582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73582; }

 p { color: rgb(215,53,130); }

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

background-color css

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

 a { background-color: rgb(215,53,130); }

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

border-color css

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

 span { border-color: rgb(215,53,130); }

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