Html Css Color HEX #D52F76 Deep Cerise

📋 copy color: '#D52F76'

red 213 ◦ green 47 ◦ blue 118

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

Shades of Deep Cerise #D52F76

Tints of Deep Cerise #D52F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.22%

R = 56.35%
G = 12.43%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D52F76 (or 0xD52F76) is known color: Deep Cerise. HEX triplet: D5, 2F and 76. RGB value is (213,47,118). Sum of RGB (Red+Green+Blue) = 213+47+118=378 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.35% from 378); Green value is 47 (18.75% from 255 or 12.43% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 213 - color contains mainly: red. Hex color #D52F76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52F76 is #2AD089. Grayscale: #686868. Windows color (decimal): -2805898 or 7745493. OLE color: 7745493.

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

Color convert

RGB 213 47 118 -
CMYK 0 0.78 0.45 0.16
HSL 334.34º 0.66% 0.51% -
HSV(B) 334.34º 0.78% 0.84% -
XYZ 31.73 17.49 18.84 -
YUV 104.73 135.5 205.23 -
System Red Green Blue C M Y K H S L
Decimal 213 47 118 0 0.78 0.45 0.16 334.34 0.66 0.51
Hex D5 2F 76 0 4E 2D 10 14E 42 33
Octal 325 57 166 0 116 55 20 516 102 63
Binary 11010101 101111 1110110 0 1001110 101101 10000 101001110 1000010 110011

Color Harmonies of #D52F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52F76

Black with #D52F76

Text Example


Text Example

White with #D52F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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