Html Css Color HEX #D52170 Cerise

📋 copy color: '#D52170'

red 213 ◦ green 33 ◦ blue 112

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

Shades of Cerise #D52170

Tints of Cerise #D52170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.28%

R = 59.5%
G = 9.22%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D52170 (or 0xD52170) is known color: Cerise. HEX triplet: D5, 21 and 70. RGB value is (213,33,112). Sum of RGB (Red+Green+Blue) = 213+33+112=358 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.50% from 358); Green value is 33 (13.28% from 255 or 9.22% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 213 - color contains mainly: red. Hex color #D52170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52170 is #2ADE8F. Grayscale: #5F5F5F. Windows color (decimal): -2809488 or 7348693. OLE color: 7348693.

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

Color convert

RGB 213 33 112 -
CMYK 0 0.85 0.47 0.16
HSL 333.67º 0.73% 0.48% -
HSV(B) 333.67º 0.85% 0.84% -
XYZ 30.91 16.4 16.87 -
YUV 95.83 137.13 211.58 -
System Red Green Blue C M Y K H S L
Decimal 213 33 112 0 0.85 0.47 0.16 333.67 0.73 0.48
Hex D5 21 70 0 55 2F 10 14E 49 30
Octal 325 41 160 0 125 57 20 516 111 60
Binary 11010101 100001 1110000 0 1010101 101111 10000 101001110 1001001 110000

Color Harmonies of #D52170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52170

Black with #D52170

Text Example


Text Example

White with #D52170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52170; }

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

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

background-color css

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

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

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

border-color css

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

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

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