Html Css Color HEX #D53163 Cerise

📋 copy color: '#D53163'

red 213 ◦ green 49 ◦ blue 99

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

Shades of Cerise #D53163

Tints of Cerise #D53163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 27.42%

R = 59%
G = 13.57%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D53163 (or 0xD53163) is known color: Cerise. HEX triplet: D5, 31 and 63. RGB value is (213,49,99). Sum of RGB (Red+Green+Blue) = 213+49+99=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 99 (39.06% from 255 or 27.42% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D53163 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53163 is #2ACE9C. Grayscale: #676767. Windows color (decimal): -2805405 or 6500821. OLE color: 6500821.

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

Color convert

RGB 213 49 99 -
CMYK 0 0.77 0.54 0.16
HSL 341.71º 0.66% 0.51% -
HSV(B) 341.71º 0.77% 0.84% -
XYZ 30.79 17.24 13.51 -
YUV 103.74 125.33 205.93 -
System Red Green Blue C M Y K H S L
Decimal 213 49 99 0 0.77 0.54 0.16 341.71 0.66 0.51
Hex D5 31 63 0 4D 36 10 156 42 33
Octal 325 61 143 0 115 66 20 526 102 63
Binary 11010101 110001 1100011 0 1001101 110110 10000 101010110 1000010 110011

Color Harmonies of #D53163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53163

Black with #D53163

Text Example


Text Example

White with #D53163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53163; }

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

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

background-color css

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

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

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

border-color css

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

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

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