Html Css Color HEX #D73975 Cerise

📋 copy color: '#D73975'

red 215 ◦ green 57 ◦ blue 117

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

Shades of Cerise #D73975

Tints of Cerise #D73975

RGB

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

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

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

R = 55.27%
G = 14.65%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D73975 (or 0xD73975) is known color: Cerise. HEX triplet: D7, 39 and 75. RGB value is (215,57,117). Sum of RGB (Red+Green+Blue) = 215+57+117=389 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.27% from 389); Green value is 57 (22.66% from 255 or 14.65% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 215 - color contains mainly: red. Hex color #D73975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73975 is #28C68A. Grayscale: #6F6F6F. Windows color (decimal): -2672267 or 7682519. OLE color: 7682519.

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

Color convert

RGB 215 57 117 -
CMYK 0 0.73 0.46 0.16
HSL 337.22º 0.66% 0.53% -
HSV(B) 337.22º 0.73% 0.84% -
XYZ 32.7 18.66 18.71 -
YUV 111.08 131.35 202.12 -
System Red Green Blue C M Y K H S L
Decimal 215 57 117 0 0.73 0.46 0.16 337.22 0.66 0.53
Hex D7 39 75 0 49 2E 10 151 42 35
Octal 327 71 165 0 111 56 20 521 102 65
Binary 11010111 111001 1110101 0 1001001 101110 10000 101010001 1000010 110101

Color Harmonies of #D73975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73975

Black with #D73975

Text Example


Text Example

White with #D73975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73975; }

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

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

background-color css

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

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

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

border-color css

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

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

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