Html Css Color HEX #D53171 Cerise

📋 copy color: '#D53171'

red 213 ◦ green 49 ◦ blue 113

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

Shades of Cerise #D53171

Tints of Cerise #D53171

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.07%

 BLUE value IS 113 (44.53% from 255) = 30.13%

R = 56.8%
G = 13.07%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D53171 (or 0xD53171) is known color: Cerise. HEX triplet: D5, 31 and 71. RGB value is (213,49,113). Sum of RGB (Red+Green+Blue) = 213+49+113=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 49 (19.53% from 255 or 13.07% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D53171 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53171 is #2ACE8E. Grayscale: #696969. Windows color (decimal): -2805391 or 7418325. OLE color: 7418325.

HSL color Cylindrical-coordinate representation of color #D53171: hue angle of 336.59º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D53171 is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 49 113 -
CMYK 0 0.77 0.47 0.16
HSL 336.59º 0.66% 0.51% -
HSV(B) 336.59º 0.77% 0.84% -
XYZ 31.52 17.54 17.35 -
YUV 105.33 132.33 204.8 -
System Red Green Blue C M Y K H S L
Decimal 213 49 113 0 0.77 0.47 0.16 336.59 0.66 0.51
Hex D5 31 71 0 4D 2F 10 151 42 33
Octal 325 61 161 0 115 57 20 521 102 63
Binary 11010101 110001 1110001 0 1001101 101111 10000 101010001 1000010 110011

Color Harmonies of #D53171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53171

Black with #D53171

Text Example


Text Example

White with #D53171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53171; }

 p { color: rgb(213,49,113); }

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

background-color css

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

 a { background-color: rgb(213,49,113); }

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

border-color css

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

 span { border-color: rgb(213,49,113); }

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