Html Css Color HEX #D52970 Cerise

📋 copy color: '#D52970'

red 213 ◦ green 41 ◦ blue 112

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

Shades of Cerise #D52970

Tints of Cerise #D52970

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.2%

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

R = 58.2%
G = 11.2%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D52970 (or 0xD52970) is known color: Cerise. HEX triplet: D5, 29 and 70. RGB value is (213,41,112). Sum of RGB (Red+Green+Blue) = 213+41+112=366 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.20% from 366); Green value is 41 (16.41% from 255 or 11.20% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 213 - color contains mainly: red. Hex color #D52970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52970 is #2AD68F. Grayscale: #646464. Windows color (decimal): -2807440 or 7350741. OLE color: 7350741.

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

Color convert

RGB 213 41 112 -
CMYK 0 0.81 0.47 0.16
HSL 335.23º 0.68% 0.5% -
HSV(B) 335.23º 0.81% 0.84% -
XYZ 31.16 16.9 16.95 -
YUV 100.52 134.48 208.23 -
System Red Green Blue C M Y K H S L
Decimal 213 41 112 0 0.81 0.47 0.16 335.23 0.68 0.5
Hex D5 29 70 0 51 2F 10 14F 44 32
Octal 325 51 160 0 121 57 20 517 104 62
Binary 11010101 101001 1110000 0 1010001 101111 10000 101001111 1000100 110010

Color Harmonies of #D52970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52970

Black with #D52970

Text Example


Text Example

White with #D52970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52970; }

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

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

background-color css

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

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

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

border-color css

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

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

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