Html Css Color HEX #D52874 Deep Cerise

📋 copy color: '#D52874'

red 213 ◦ green 40 ◦ blue 116

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

Shades of Deep Cerise #D52874

Tints of Deep Cerise #D52874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.44%

R = 57.72%
G = 10.84%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D52874 (or 0xD52874) is known color: Deep Cerise. HEX triplet: D5, 28 and 74. RGB value is (213,40,116). Sum of RGB (Red+Green+Blue) = 213+40+116=369 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.72% from 369); Green value is 40 (16.02% from 255 or 10.84% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 213 - color contains mainly: red. Hex color #D52874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52874 is #2AD78B. Grayscale: #646464. Windows color (decimal): -2807692 or 7612629. OLE color: 7612629.

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

Color convert

RGB 213 40 116 -
CMYK 0 0.81 0.46 0.16
HSL 333.64º 0.68% 0.5% -
HSV(B) 333.64º 0.81% 0.84% -
XYZ 31.35 16.92 18.14 -
YUV 100.39 136.81 208.32 -
System Red Green Blue C M Y K H S L
Decimal 213 40 116 0 0.81 0.46 0.16 333.64 0.68 0.5
Hex D5 28 74 0 51 2E 10 14E 44 32
Octal 325 50 164 0 121 56 20 516 104 62
Binary 11010101 101000 1110100 0 1010001 101110 10000 101001110 1000100 110010

Color Harmonies of #D52874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52874

Black with #D52874

Text Example


Text Example

White with #D52874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52874; }

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

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

background-color css

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

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

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

border-color css

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

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

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