Html Css Color HEX #D53E6E Cerise

📋 copy color: '#D53E6E'

red 213 ◦ green 62 ◦ blue 110

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

Shades of Cerise #D53E6E

Tints of Cerise #D53E6E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.1%

 BLUE value IS 110 (43.36% from 255) = 28.57%

R = 55.32%
G = 16.1%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D53E6E (or 0xD53E6E) is known color: Cerise. HEX triplet: D5, 3E and 6E. RGB value is (213,62,110). Sum of RGB (Red+Green+Blue) = 213+62+110=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 62 (24.61% from 255 or 16.10% from 385); Blue value is 110 (43.36% from 255 or 28.57% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D53E6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53E6E is #2AC191. Grayscale: #707070. Windows color (decimal): -2802066 or 7225045. OLE color: 7225045.

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

Color convert

RGB 213 62 110 -
CMYK 0 0.71 0.48 0.16
HSL 340.93º 0.64% 0.54% -
HSV(B) 340.93º 0.71% 0.84% -
XYZ 31.98 18.72 16.68 -
YUV 112.62 126.53 199.6 -
System Red Green Blue C M Y K H S L
Decimal 213 62 110 0 0.71 0.48 0.16 340.93 0.64 0.54
Hex D5 3E 6E 0 47 30 10 155 40 36
Octal 325 76 156 0 107 60 20 525 100 66
Binary 11010101 111110 1101110 0 1000111 110000 10000 101010101 1000000 110110

Color Harmonies of #D53E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53E6E

Black with #D53E6E

Text Example


Text Example

White with #D53E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53E6E; }

 p { color: rgb(213,62,110); }

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

background-color css

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

 a { background-color: rgb(213,62,110); }

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

border-color css

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

 span { border-color: rgb(213,62,110); }

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