Html Css Color HEX #D52798 Deep Cerise

📋 copy color: '#D52798'

red 213 ◦ green 39 ◦ blue 152

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

Shades of Deep Cerise #D52798

Tints of Deep Cerise #D52798

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.65%

 BLUE value IS 152 (59.77% from 255) = 37.62%

R = 52.72%
G = 9.65%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D52798 (or 0xD52798) is known color: Deep Cerise. HEX triplet: D5, 27 and 98. RGB value is (213,39,152). Sum of RGB (Red+Green+Blue) = 213+39+152=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 39 (15.62% from 255 or 9.65% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D52798 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52798 is #2AD867. Grayscale: #676767. Windows color (decimal): -2807912 or 9971669. OLE color: 9971669.

HSL color Cylindrical-coordinate representation of color #D52798: hue angle of 321.03º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D52798 is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 39 152 -
CMYK 0 0.82 0.29 0.16
HSL 321.03º 0.69% 0.49% -
HSV(B) 321.03º 0.82% 0.84% -
XYZ 33.83 17.86 31.37 -
YUV 103.91 155.15 205.81 -
System Red Green Blue C M Y K H S L
Decimal 213 39 152 0 0.82 0.29 0.16 321.03 0.69 0.49
Hex D5 27 98 0 52 1D 10 141 45 31
Octal 325 47 230 0 122 35 20 501 105 61
Binary 11010101 100111 10011000 0 1010010 11101 10000 101000001 1000101 110001

Color Harmonies of #D52798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52798

Black with #D52798

Text Example


Text Example

White with #D52798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52798; }

 p { color: rgb(213,39,152); }

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

background-color css

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

 a { background-color: rgb(213,39,152); }

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

border-color css

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

 span { border-color: rgb(213,39,152); }

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