Html Css Color HEX #D52F72 Cerise

📋 copy color: '#D52F72'

red 213 ◦ green 47 ◦ blue 114

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

Shades of Cerise #D52F72

Tints of Cerise #D52F72

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.57%

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

R = 56.95%
G = 12.57%
B = 30.48%

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

#D52F72 (or 0xD52F72) is known color: Cerise. HEX triplet: D5, 2F and 72. RGB value is (213,47,114). Sum of RGB (Red+Green+Blue) = 213+47+114=374 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.95% from 374); Green value is 47 (18.75% from 255 or 12.57% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 213 - color contains mainly: red. Hex color #D52F72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52F72 is #2AD08D. Grayscale: #686868. Windows color (decimal): -2805902 or 7483349. OLE color: 7483349.

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

Color convert

RGB 213 47 114 -
CMYK 0 0.78 0.46 0.16
HSL 335.78º 0.66% 0.51% -
HSV(B) 335.78º 0.78% 0.84% -
XYZ 31.49 17.39 17.62 -
YUV 104.27 133.5 205.55 -
System Red Green Blue C M Y K H S L
Decimal 213 47 114 0 0.78 0.46 0.16 335.78 0.66 0.51
Hex D5 2F 72 0 4E 2E 10 150 42 33
Octal 325 57 162 0 116 56 20 520 102 63
Binary 11010101 101111 1110010 0 1001110 101110 10000 101010000 1000010 110011

Color Harmonies of #D52F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52F72

Black with #D52F72

Text Example


Text Example

White with #D52F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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