Html Css Color HEX #D93560 Cerise

📋 copy color: '#D93560'

red 217 ◦ green 53 ◦ blue 96

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

Shades of Cerise #D93560

Tints of Cerise #D93560

RGB

 RED value IS 217 (85.16% from 255) = 59.29%

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

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

R = 59.29%
G = 14.48%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D93560 (or 0xD93560) is known color: Cerise. HEX triplet: D9, 35 and 60. RGB value is (217,53,96). Sum of RGB (Red+Green+Blue) = 217+53+96=366 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.29% from 366); Green value is 53 (21.09% from 255 or 14.48% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 217 - color contains mainly: red. Hex color #D93560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93560 is #26CA9F. Grayscale: #6A6A6A. Windows color (decimal): -2542240 or 6305241. OLE color: 6305241.

HSL color Cylindrical-coordinate representation of color #D93560: hue angle of 344.27º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D93560 is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 53 96 -
CMYK 0 0.76 0.56 0.15
HSL 344.27º 0.68% 0.53% -
HSV(B) 344.27º 0.76% 0.85% -
XYZ 32 18.14 12.88 -
YUV 106.94 121.83 206.5 -
System Red Green Blue C M Y K H S L
Decimal 217 53 96 0 0.76 0.56 0.15 344.27 0.68 0.53
Hex D9 35 60 0 4C 38 F 158 44 35
Octal 331 65 140 0 114 70 17 530 104 65
Binary 11011001 110101 1100000 0 1001100 111000 1111 101011000 1000100 110101

Color Harmonies of #D93560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93560

Black with #D93560

Text Example


Text Example

White with #D93560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93560; }

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

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

background-color css

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

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

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

border-color css

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

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

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