Html Css Color HEX #D73575 Deep Cerise

📋 copy color: '#D73575'

red 215 ◦ green 53 ◦ blue 117

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

Shades of Deep Cerise #D73575

Tints of Deep Cerise #D73575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.39%

R = 55.84%
G = 13.77%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D73575 (or 0xD73575) is known color: Deep Cerise. HEX triplet: D7, 35 and 75. RGB value is (215,53,117). Sum of RGB (Red+Green+Blue) = 215+53+117=385 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.84% from 385); Green value is 53 (21.09% from 255 or 13.77% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 215 - color contains mainly: red. Hex color #D73575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73575 is #28CA8A. Grayscale: #6C6C6C. Windows color (decimal): -2673291 or 7681495. OLE color: 7681495.

HSL color Cylindrical-coordinate representation of color #D73575: hue angle of 336.3º 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 #D73575 is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 53 117 -
CMYK 0 0.75 0.46 0.16
HSL 336.3º 0.67% 0.53% -
HSV(B) 336.3º 0.75% 0.84% -
XYZ 32.51 18.28 18.64 -
YUV 108.73 132.67 203.8 -
System Red Green Blue C M Y K H S L
Decimal 215 53 117 0 0.75 0.46 0.16 336.3 0.67 0.53
Hex D7 35 75 0 4B 2E 10 150 43 35
Octal 327 65 165 0 113 56 20 520 103 65
Binary 11010111 110101 1110101 0 1001011 101110 10000 101010000 1000011 110101

Color Harmonies of #D73575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73575

Black with #D73575

Text Example


Text Example

White with #D73575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73575; }

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

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

background-color css

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

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

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

border-color css

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

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

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