Html Css Color HEX #D53E6C Cerise

📋 copy color: '#D53E6C'

red 213 ◦ green 62 ◦ blue 108

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

Shades of Cerise #D53E6C

Tints of Cerise #D53E6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.2%

R = 55.61%
G = 16.19%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D53E6C (or 0xD53E6C) is known color: Cerise. HEX triplet: D5, 3E and 6C. RGB value is (213,62,108). Sum of RGB (Red+Green+Blue) = 213+62+108=383 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.61% from 383); Green value is 62 (24.61% from 255 or 16.19% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 213 - color contains mainly: red. Hex color #D53E6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53E6C is #2AC193. Grayscale: #707070. Windows color (decimal): -2802068 or 7093973. OLE color: 7093973.

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

Color convert

RGB 213 62 108 -
CMYK 0 0.71 0.49 0.16
HSL 341.72º 0.64% 0.54% -
HSV(B) 341.72º 0.71% 0.84% -
XYZ 31.87 18.67 16.11 -
YUV 112.39 125.53 199.76 -
System Red Green Blue C M Y K H S L
Decimal 213 62 108 0 0.71 0.49 0.16 341.72 0.64 0.54
Hex D5 3E 6C 0 47 31 10 156 40 36
Octal 325 76 154 0 107 61 20 526 100 66
Binary 11010101 111110 1101100 0 1000111 110001 10000 101010110 1000000 110110

Color Harmonies of #D53E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53E6C

Black with #D53E6C

Text Example


Text Example

White with #D53E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53E6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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