Html Css Color HEX #D53D63 Cerise

📋 copy color: '#D53D63'

red 213 ◦ green 61 ◦ blue 99

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

Shades of Cerise #D53D63

Tints of Cerise #D53D63

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.35%

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

R = 57.1%
G = 16.35%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D53D63 (or 0xD53D63) is known color: Cerise. HEX triplet: D5, 3D and 63. RGB value is (213,61,99). Sum of RGB (Red+Green+Blue) = 213+61+99=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 61 (24.22% from 255 or 16.35% from 373); Blue value is 99 (39.06% from 255 or 26.54% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D53D63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53D63 is #2AC29C. Grayscale: #6E6E6E. Windows color (decimal): -2802333 or 6503893. OLE color: 6503893.

HSL color Cylindrical-coordinate representation of color #D53D63: hue angle of 345º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D53D63 is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 61 99 -
CMYK 0 0.71 0.54 0.16
HSL 345º 0.64% 0.54% -
HSV(B) 345º 0.71% 0.84% -
XYZ 31.36 18.38 13.7 -
YUV 110.78 121.36 200.91 -
System Red Green Blue C M Y K H S L
Decimal 213 61 99 0 0.71 0.54 0.16 345 0.64 0.54
Hex D5 3D 63 0 47 36 10 159 40 36
Octal 325 75 143 0 107 66 20 531 100 66
Binary 11010101 111101 1100011 0 1000111 110110 10000 101011001 1000000 110110

Color Harmonies of #D53D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53D63

Black with #D53D63

Text Example


Text Example

White with #D53D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53D63; }

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

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

background-color css

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

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

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

border-color css

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

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

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