Html Css Color HEX #D73D82 Deep Cerise

📋 copy color: '#D73D82'

red 215 ◦ green 61 ◦ blue 130

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

Shades of Deep Cerise #D73D82

Tints of Deep Cerise #D73D82

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.02%

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

R = 52.96%
G = 15.02%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D73D82 (or 0xD73D82) is known color: Deep Cerise. HEX triplet: D7, 3D and 82. RGB value is (215,61,130). Sum of RGB (Red+Green+Blue) = 215+61+130=406 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.96% from 406); Green value is 61 (24.22% from 255 or 15.02% from 406); Blue value is 130 (51.17% from 255 or 32.02% from 406); Max value from RGB is 215 - color contains mainly: red. Hex color #D73D82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D73D82 is #28C27D. Grayscale: #727272. Windows color (decimal): -2671230 or 8535511. OLE color: 8535511.

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

Color convert

RGB 215 61 130 -
CMYK 0 0.72 0.40 0.16
HSL 333.12º 0.66% 0.54% -
HSV(B) 333.12º 0.72% 0.84% -
XYZ 33.72 19.4 23.09 -
YUV 114.91 136.52 199.39 -
System Red Green Blue C M Y K H S L
Decimal 215 61 130 0 0.72 0.40 0.16 333.12 0.66 0.54
Hex D7 3D 82 0 48 28 10 14D 42 36
Octal 327 75 202 0 110 50 20 515 102 66
Binary 11010111 111101 10000010 0 1001000 101000 10000 101001101 1000010 110110

Color Harmonies of #D73D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73D82

Black with #D73D82

Text Example


Text Example

White with #D73D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73D82; }

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

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

background-color css

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

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

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

border-color css

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

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

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