Html Css Color HEX #D53165 Cerise

📋 copy color: '#D53165'

red 213 ◦ green 49 ◦ blue 101

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

Shades of Cerise #D53165

Tints of Cerise #D53165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.82%

R = 58.68%
G = 13.5%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D53165 (or 0xD53165) is known color: Cerise. HEX triplet: D5, 31 and 65. RGB value is (213,49,101). Sum of RGB (Red+Green+Blue) = 213+49+101=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 49 (19.53% from 255 or 13.50% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D53165 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53165 is #2ACE9A. Grayscale: #676767. Windows color (decimal): -2805403 or 6631893. OLE color: 6631893.

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

Color convert

RGB 213 49 101 -
CMYK 0 0.77 0.53 0.16
HSL 340.98º 0.66% 0.51% -
HSV(B) 340.98º 0.77% 0.84% -
XYZ 30.89 17.28 14.02 -
YUV 103.96 126.33 205.77 -
System Red Green Blue C M Y K H S L
Decimal 213 49 101 0 0.77 0.53 0.16 340.98 0.66 0.51
Hex D5 31 65 0 4D 35 10 155 42 33
Octal 325 61 145 0 115 65 20 525 102 63
Binary 11010101 110001 1100101 0 1001101 110101 10000 101010101 1000010 110011

Color Harmonies of #D53165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53165

Black with #D53165

Text Example


Text Example

White with #D53165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53165; }

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

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

background-color css

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

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

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

border-color css

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

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

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