Html Css Color HEX #D52E70 Cerise

📋 copy color: '#D52E70'

red 213 ◦ green 46 ◦ blue 112

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

Shades of Cerise #D52E70

Tints of Cerise #D52E70

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.4%

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

R = 57.41%
G = 12.4%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D52E70 (or 0xD52E70) is known color: Cerise. HEX triplet: D5, 2E and 70. RGB value is (213,46,112). Sum of RGB (Red+Green+Blue) = 213+46+112=371 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.41% from 371); Green value is 46 (18.36% from 255 or 12.40% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52E70 is #2AD18F. Grayscale: #676767. Windows color (decimal): -2806160 or 7352021. OLE color: 7352021.

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

Color convert

RGB 213 46 112 -
CMYK 0 0.78 0.47 0.16
HSL 336.29º 0.67% 0.51% -
HSV(B) 336.29º 0.78% 0.84% -
XYZ 31.34 17.27 17.01 -
YUV 103.46 132.83 206.13 -
System Red Green Blue C M Y K H S L
Decimal 213 46 112 0 0.78 0.47 0.16 336.29 0.67 0.51
Hex D5 2E 70 0 4E 2F 10 150 43 33
Octal 325 56 160 0 116 57 20 520 103 63
Binary 11010101 101110 1110000 0 1001110 101111 10000 101010000 1000011 110011

Color Harmonies of #D52E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52E70

Black with #D52E70

Text Example


Text Example

White with #D52E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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