Html Css Color HEX #D93564 Cerise

📋 copy color: '#D93564'

red 217 ◦ green 53 ◦ blue 100

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

Shades of Cerise #D93564

Tints of Cerise #D93564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 27.03%

R = 58.65%
G = 14.32%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D93564 (or 0xD93564) is known color: Cerise. HEX triplet: D9, 35 and 64. RGB value is (217,53,100). Sum of RGB (Red+Green+Blue) = 217+53+100=370 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.65% from 370); Green value is 53 (21.09% from 255 or 14.32% from 370); Blue value is 100 (39.45% from 255 or 27.03% from 370); Max value from RGB is 217 - color contains mainly: red. Hex color #D93564 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93564 is #26CA9B. Grayscale: #6B6B6B. Windows color (decimal): -2542236 or 6567385. OLE color: 6567385.

HSL color Cylindrical-coordinate representation of color #D93564: hue angle of 342.8º 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 #D93564 is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 53 100 -
CMYK 0 0.76 0.54 0.15
HSL 342.8º 0.68% 0.53% -
HSV(B) 342.8º 0.76% 0.85% -
XYZ 32.19 18.22 13.88 -
YUV 107.39 123.83 206.18 -
System Red Green Blue C M Y K H S L
Decimal 217 53 100 0 0.76 0.54 0.15 342.8 0.68 0.53
Hex D9 35 64 0 4C 36 F 157 44 35
Octal 331 65 144 0 114 66 17 527 104 65
Binary 11011001 110101 1100100 0 1001100 110110 1111 101010111 1000100 110101

Color Harmonies of #D93564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93564

Black with #D93564

Text Example


Text Example

White with #D93564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93564; }

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

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

background-color css

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

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

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

border-color css

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

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

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