Html Css Color HEX #D53169 Cerise

📋 copy color: '#D53169'

red 213 ◦ green 49 ◦ blue 105

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

Shades of Cerise #D53169

Tints of Cerise #D53169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28.61%

R = 58.04%
G = 13.35%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D53169 (or 0xD53169) is known color: Cerise. HEX triplet: D5, 31 and 69. RGB value is (213,49,105). Sum of RGB (Red+Green+Blue) = 213+49+105=367 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.04% from 367); Green value is 49 (19.53% from 255 or 13.35% from 367); Blue value is 105 (41.41% from 255 or 28.61% from 367); Max value from RGB is 213 - color contains mainly: red. Hex color #D53169 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53169 is #2ACE96. Grayscale: #686868. Windows color (decimal): -2805399 or 6894037. OLE color: 6894037.

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

Color convert

RGB 213 49 105 -
CMYK 0 0.77 0.51 0.16
HSL 339.51º 0.66% 0.51% -
HSV(B) 339.51º 0.77% 0.84% -
XYZ 31.09 17.36 15.08 -
YUV 104.42 128.33 205.45 -
System Red Green Blue C M Y K H S L
Decimal 213 49 105 0 0.77 0.51 0.16 339.51 0.66 0.51
Hex D5 31 69 0 4D 33 10 154 42 33
Octal 325 61 151 0 115 63 20 524 102 63
Binary 11010101 110001 1101001 0 1001101 110011 10000 101010100 1000010 110011

Color Harmonies of #D53169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53169

Black with #D53169

Text Example


Text Example

White with #D53169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53169; }

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

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

background-color css

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

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

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

border-color css

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

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

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