Html Css Color HEX #D52795 Deep Cerise

📋 copy color: '#D52795'

red 213 ◦ green 39 ◦ blue 149

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

Shades of Deep Cerise #D52795

Tints of Deep Cerise #D52795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 37.16%

R = 53.12%
G = 9.73%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D52795 (or 0xD52795) is known color: Deep Cerise. HEX triplet: D5, 27 and 95. RGB value is (213,39,149). Sum of RGB (Red+Green+Blue) = 213+39+149=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 39 (15.62% from 255 or 9.73% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D52795 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52795 is #2AD86A. Grayscale: #676767. Windows color (decimal): -2807915 or 9775061. OLE color: 9775061.

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

Color convert

RGB 213 39 149 -
CMYK 0 0.82 0.30 0.16
HSL 322.07º 0.69% 0.49% -
HSV(B) 322.07º 0.82% 0.84% -
XYZ 33.59 17.77 30.09 -
YUV 103.57 153.65 206.06 -
System Red Green Blue C M Y K H S L
Decimal 213 39 149 0 0.82 0.30 0.16 322.07 0.69 0.49
Hex D5 27 95 0 52 1E 10 142 45 31
Octal 325 47 225 0 122 36 20 502 105 61
Binary 11010101 100111 10010101 0 1010010 11110 10000 101000010 1000101 110001

Color Harmonies of #D52795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52795

Black with #D52795

Text Example


Text Example

White with #D52795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52795; }

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

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

background-color css

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

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

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

border-color css

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

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

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