Html Css Color HEX #D52876 Deep Cerise

📋 copy color: '#D52876'

red 213 ◦ green 40 ◦ blue 118

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

Shades of Deep Cerise #D52876

Tints of Deep Cerise #D52876

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.78%

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

R = 57.41%
G = 10.78%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D52876 (or 0xD52876) is known color: Deep Cerise. HEX triplet: D5, 28 and 76. RGB value is (213,40,118). Sum of RGB (Red+Green+Blue) = 213+40+118=371 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.41% from 371); Green value is 40 (16.02% from 255 or 10.78% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 213 - color contains mainly: red. Hex color #D52876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52876 is #2AD789. Grayscale: #646464. Windows color (decimal): -2807690 or 7743701. OLE color: 7743701.

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

Color convert

RGB 213 40 118 -
CMYK 0 0.81 0.45 0.16
HSL 332.95º 0.68% 0.5% -
HSV(B) 332.95º 0.81% 0.84% -
XYZ 31.47 16.97 18.76 -
YUV 100.62 137.81 208.16 -
System Red Green Blue C M Y K H S L
Decimal 213 40 118 0 0.81 0.45 0.16 332.95 0.68 0.5
Hex D5 28 76 0 51 2D 10 14D 44 32
Octal 325 50 166 0 121 55 20 515 104 62
Binary 11010101 101000 1110110 0 1010001 101101 10000 101001101 1000100 110010

Color Harmonies of #D52876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52876

Black with #D52876

Text Example


Text Example

White with #D52876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52876; }

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

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

background-color css

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

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

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

border-color css

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

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

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