Html Css Color HEX #D53564 Cerise

📋 copy color: '#D53564'

red 213 ◦ green 53 ◦ blue 100

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

Shades of Cerise #D53564

Tints of Cerise #D53564

RGB

 RED value IS 213 (83.59% from 255) = 58.2%

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

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

R = 58.2%
G = 14.48%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D53564 (or 0xD53564) is known color: Cerise. HEX triplet: D5, 35 and 64. RGB value is (213,53,100). Sum of RGB (Red+Green+Blue) = 213+53+100=366 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.20% from 366); Green value is 53 (21.09% from 255 or 14.48% from 366); Blue value is 100 (39.45% from 255 or 27.32% from 366); Max value from RGB is 213 - color contains mainly: red. Hex color #D53564 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53564 is #2ACA9B. Grayscale: #6A6A6A. Windows color (decimal): -2804380 or 6567381. OLE color: 6567381.

HSL color Cylindrical-coordinate representation of color #D53564: hue angle of 342.38º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D53564 is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 53 100 -
CMYK 0 0.75 0.53 0.16
HSL 342.38º 0.66% 0.52% -
HSV(B) 342.38º 0.75% 0.84% -
XYZ 31.01 17.61 13.82 -
YUV 106.2 124.51 204.18 -
System Red Green Blue C M Y K H S L
Decimal 213 53 100 0 0.75 0.53 0.16 342.38 0.66 0.52
Hex D5 35 64 0 4B 35 10 156 42 34
Octal 325 65 144 0 113 65 20 526 102 64
Binary 11010101 110101 1100100 0 1001011 110101 10000 101010110 1000010 110100

Color Harmonies of #D53564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53564

Black with #D53564

Text Example


Text Example

White with #D53564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53564; }

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

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

background-color css

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

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

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

border-color css

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

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

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