Html Css Color HEX #D52160 Cerise

📋 copy color: '#D52160'

red 213 ◦ green 33 ◦ blue 96

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

Shades of Cerise #D52160

Tints of Cerise #D52160

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.65%

 BLUE value IS 96 (37.89% from 255) = 28.07%

R = 62.28%
G = 9.65%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D52160 (or 0xD52160) is known color: Cerise. HEX triplet: D5, 21 and 60. RGB value is (213,33,96). Sum of RGB (Red+Green+Blue) = 213+33+96=342 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.28% from 342); Green value is 33 (13.28% from 255 or 9.65% from 342); Blue value is 96 (37.89% from 255 or 28.07% from 342); Max value from RGB is 213 - color contains mainly: red. Hex color #D52160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52160 is #2ADE9F. Grayscale: #5D5D5D. Windows color (decimal): -2809504 or 6300117. OLE color: 6300117.

HSL color Cylindrical-coordinate representation of color #D52160: hue angle of 339º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D52160 is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 33 96 -
CMYK 0 0.85 0.55 0.16
HSL 339º 0.73% 0.48% -
HSV(B) 339º 0.85% 0.84% -
XYZ 30.1 16.08 12.58 -
YUV 94 129.13 212.88 -
System Red Green Blue C M Y K H S L
Decimal 213 33 96 0 0.85 0.55 0.16 339 0.73 0.48
Hex D5 21 60 0 55 37 10 153 49 30
Octal 325 41 140 0 125 67 20 523 111 60
Binary 11010101 100001 1100000 0 1010101 110111 10000 101010011 1001001 110000

Color Harmonies of #D52160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52160

Black with #D52160

Text Example


Text Example

White with #D52160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52160; }

 p { color: rgb(213,33,96); }

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

background-color css

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

 a { background-color: rgb(213,33,96); }

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

border-color css

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

 span { border-color: rgb(213,33,96); }

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