Html Css Color HEX #D53168 Cerise

📋 copy color: '#D53168'

red 213 ◦ green 49 ◦ blue 104

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

Shades of Cerise #D53168

Tints of Cerise #D53168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.42%

R = 58.2%
G = 13.39%
B = 28.42%

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

#D53168 (or 0xD53168) is known color: Cerise. HEX triplet: D5, 31 and 68. RGB value is (213,49,104). Sum of RGB (Red+Green+Blue) = 213+49+104=366 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.20% from 366); Green value is 49 (19.53% from 255 or 13.39% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 213 - color contains mainly: red. Hex color #D53168 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53168 is #2ACE97. Grayscale: #686868. Windows color (decimal): -2805400 or 6828501. OLE color: 6828501.

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

Color convert

RGB 213 49 104 -
CMYK 0 0.77 0.51 0.16
HSL 339.88º 0.66% 0.51% -
HSV(B) 339.88º 0.77% 0.84% -
XYZ 31.04 17.34 14.81 -
YUV 104.31 127.83 205.53 -
System Red Green Blue C M Y K H S L
Decimal 213 49 104 0 0.77 0.51 0.16 339.88 0.66 0.51
Hex D5 31 68 0 4D 33 10 154 42 33
Octal 325 61 150 0 115 63 20 524 102 63
Binary 11010101 110001 1101000 0 1001101 110011 10000 101010100 1000010 110011

Color Harmonies of #D53168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53168

Black with #D53168

Text Example


Text Example

White with #D53168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53168; }

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

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

background-color css

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

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

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

border-color css

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

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

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