Html Css Color HEX #D73560 Cerise

📋 copy color: '#D73560'

red 215 ◦ green 53 ◦ blue 96

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

Shades of Cerise #D73560

Tints of Cerise #D73560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.37%

R = 59.07%
G = 14.56%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D73560 (or 0xD73560) is known color: Cerise. HEX triplet: D7, 35 and 60. RGB value is (215,53,96). Sum of RGB (Red+Green+Blue) = 215+53+96=364 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.07% from 364); Green value is 53 (21.09% from 255 or 14.56% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 215 - color contains mainly: red. Hex color #D73560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73560 is #28CA9F. Grayscale: #6A6A6A. Windows color (decimal): -2673312 or 6305239. OLE color: 6305239.

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

Color convert

RGB 215 53 96 -
CMYK 0 0.75 0.55 0.16
HSL 344.07º 0.67% 0.53% -
HSV(B) 344.07º 0.75% 0.84% -
XYZ 31.41 17.84 12.85 -
YUV 106.34 122.17 205.5 -
System Red Green Blue C M Y K H S L
Decimal 215 53 96 0 0.75 0.55 0.16 344.07 0.67 0.53
Hex D7 35 60 0 4B 37 10 158 43 35
Octal 327 65 140 0 113 67 20 530 103 65
Binary 11010111 110101 1100000 0 1001011 110111 10000 101011000 1000011 110101

Color Harmonies of #D73560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73560

Black with #D73560

Text Example


Text Example

White with #D73560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73560; }

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

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

background-color css

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

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

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

border-color css

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

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

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