Html Css Color HEX #D52E72 Cerise

📋 copy color: '#D52E72'

red 213 ◦ green 46 ◦ blue 114

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

Shades of Cerise #D52E72

Tints of Cerise #D52E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.56%

R = 57.1%
G = 12.33%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D52E72 (or 0xD52E72) is known color: Cerise. HEX triplet: D5, 2E and 72. RGB value is (213,46,114). Sum of RGB (Red+Green+Blue) = 213+46+114=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 46 (18.36% from 255 or 12.33% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52E72 is #2AD18D. Grayscale: #676767. Windows color (decimal): -2806158 or 7483093. OLE color: 7483093.

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

Color convert

RGB 213 46 114 -
CMYK 0 0.78 0.46 0.16
HSL 335.57º 0.67% 0.51% -
HSV(B) 335.57º 0.78% 0.84% -
XYZ 31.45 17.32 17.6 -
YUV 103.69 133.83 205.97 -
System Red Green Blue C M Y K H S L
Decimal 213 46 114 0 0.78 0.46 0.16 335.57 0.67 0.51
Hex D5 2E 72 0 4E 2E 10 150 43 33
Octal 325 56 162 0 116 56 20 520 103 63
Binary 11010101 101110 1110010 0 1001110 101110 10000 101010000 1000011 110011

Color Harmonies of #D52E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52E72

Black with #D52E72

Text Example


Text Example

White with #D52E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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