Html Css Color HEX #D52371 Cerise

📋 copy color: '#D52371'

red 213 ◦ green 35 ◦ blue 113

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

Shades of Cerise #D52371

Tints of Cerise #D52371

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.7%

 BLUE value IS 113 (44.53% from 255) = 31.3%

R = 59%
G = 9.7%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D52371 (or 0xD52371) is known color: Cerise. HEX triplet: D5, 23 and 71. RGB value is (213,35,113). Sum of RGB (Red+Green+Blue) = 213+35+113=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 35 (14.06% from 255 or 9.70% from 361); Blue value is 113 (44.53% from 255 or 31.30% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D52371 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52371 is #2ADC8E. Grayscale: #606060. Windows color (decimal): -2808975 or 7414741. OLE color: 7414741.

HSL color Cylindrical-coordinate representation of color #D52371: hue angle of 333.71º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D52371 is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 35 113 -
CMYK 0 0.84 0.47 0.16
HSL 333.71º 0.72% 0.49% -
HSV(B) 333.71º 0.84% 0.84% -
XYZ 31.02 16.54 17.18 -
YUV 97.11 136.97 210.66 -
System Red Green Blue C M Y K H S L
Decimal 213 35 113 0 0.84 0.47 0.16 333.71 0.72 0.49
Hex D5 23 71 0 54 2F 10 14E 48 31
Octal 325 43 161 0 124 57 20 516 110 61
Binary 11010101 100011 1110001 0 1010100 101111 10000 101001110 1001000 110001

Color Harmonies of #D52371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52371

Black with #D52371

Text Example


Text Example

White with #D52371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52371; }

 p { color: rgb(213,35,113); }

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

background-color css

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

 a { background-color: rgb(213,35,113); }

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

border-color css

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

 span { border-color: rgb(213,35,113); }

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