Html Css Color HEX #D53D6E Cerise

📋 copy color: '#D53D6E'

red 213 ◦ green 61 ◦ blue 110

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

Shades of Cerise #D53D6E

Tints of Cerise #D53D6E

RGB

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

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

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

R = 55.47%
G = 15.89%
B = 28.65%

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

#D53D6E (or 0xD53D6E) is known color: Cerise. HEX triplet: D5, 3D and 6E. RGB value is (213,61,110). Sum of RGB (Red+Green+Blue) = 213+61+110=384 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.47% from 384); Green value is 61 (24.22% from 255 or 15.89% from 384); Blue value is 110 (43.36% from 255 or 28.65% from 384); Max value from RGB is 213 - color contains mainly: red. Hex color #D53D6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53D6E is #2AC291. Grayscale: #6F6F6F. Windows color (decimal): -2802322 or 7224789. OLE color: 7224789.

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

Color convert

RGB 213 61 110 -
CMYK 0 0.71 0.48 0.16
HSL 340.66º 0.64% 0.54% -
HSV(B) 340.66º 0.71% 0.84% -
XYZ 31.92 18.61 16.66 -
YUV 112.03 126.86 200.02 -
System Red Green Blue C M Y K H S L
Decimal 213 61 110 0 0.71 0.48 0.16 340.66 0.64 0.54
Hex D5 3D 6E 0 47 30 10 155 40 36
Octal 325 75 156 0 107 60 20 525 100 66
Binary 11010101 111101 1101110 0 1000111 110000 10000 101010101 1000000 110110

Color Harmonies of #D53D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53D6E

Black with #D53D6E

Text Example


Text Example

White with #D53D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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