Html Css Color HEX #D53563 Cerise

📋 copy color: '#D53563'

red 213 ◦ green 53 ◦ blue 99

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

Shades of Cerise #D53563

Tints of Cerise #D53563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 27.12%

R = 58.36%
G = 14.52%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D53563 (or 0xD53563) is known color: Cerise. HEX triplet: D5, 35 and 63. RGB value is (213,53,99). Sum of RGB (Red+Green+Blue) = 213+53+99=365 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.36% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 99 (39.06% from 255 or 27.12% from 365); Max value from RGB is 213 - color contains mainly: red. Hex color #D53563 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53563 is #2ACA9C. Grayscale: #6A6A6A. Windows color (decimal): -2804381 or 6501845. OLE color: 6501845.

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

Color convert

RGB 213 53 99 -
CMYK 0 0.75 0.54 0.16
HSL 342.75º 0.66% 0.52% -
HSV(B) 342.75º 0.75% 0.84% -
XYZ 30.97 17.59 13.57 -
YUV 106.08 124.01 204.26 -
System Red Green Blue C M Y K H S L
Decimal 213 53 99 0 0.75 0.54 0.16 342.75 0.66 0.52
Hex D5 35 63 0 4B 36 10 157 42 34
Octal 325 65 143 0 113 66 20 527 102 64
Binary 11010101 110101 1100011 0 1001011 110110 10000 101010111 1000010 110100

Color Harmonies of #D53563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53563

Black with #D53563

Text Example


Text Example

White with #D53563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53563; }

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

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

background-color css

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

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

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

border-color css

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

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

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