Html Css Color HEX #D52370 Cerise

📋 copy color: '#D52370'

red 213 ◦ green 35 ◦ blue 112

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

Shades of Cerise #D52370

Tints of Cerise #D52370

RGB

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

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

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

R = 59.17%
G = 9.72%
B = 31.11%

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

#D52370 (or 0xD52370) is known color: Cerise. HEX triplet: D5, 23 and 70. RGB value is (213,35,112). Sum of RGB (Red+Green+Blue) = 213+35+112=360 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.17% from 360); Green value is 35 (14.06% from 255 or 9.72% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 213 - color contains mainly: red. Hex color #D52370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52370 is #2ADC8F. Grayscale: #606060. Windows color (decimal): -2808976 or 7349205. OLE color: 7349205.

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

Color convert

RGB 213 35 112 -
CMYK 0 0.84 0.47 0.16
HSL 334.05º 0.72% 0.49% -
HSV(B) 334.05º 0.84% 0.84% -
XYZ 30.97 16.52 16.89 -
YUV 97 136.47 210.74 -
System Red Green Blue C M Y K H S L
Decimal 213 35 112 0 0.84 0.47 0.16 334.05 0.72 0.49
Hex D5 23 70 0 54 2F 10 14E 48 31
Octal 325 43 160 0 124 57 20 516 110 61
Binary 11010101 100011 1110000 0 1010100 101111 10000 101001110 1001000 110001

Color Harmonies of #D52370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52370

Black with #D52370

Text Example


Text Example

White with #D52370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52370; }

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

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

background-color css

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

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

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

border-color css

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

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

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