Html Css Color HEX #D52F88 Deep Cerise

📋 copy color: '#D52F88'

red 213 ◦ green 47 ◦ blue 136

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

Shades of Deep Cerise #D52F88

Tints of Deep Cerise #D52F88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.34%

R = 53.79%
G = 11.87%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D52F88 (or 0xD52F88) is known color: Deep Cerise. HEX triplet: D5, 2F and 88. RGB value is (213,47,136). Sum of RGB (Red+Green+Blue) = 213+47+136=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 47 (18.75% from 255 or 11.87% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D52F88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52F88 is #2AD077. Grayscale: #6A6A6A. Windows color (decimal): -2805880 or 8925141. OLE color: 8925141.

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

Color convert

RGB 213 47 136 -
CMYK 0 0.78 0.36 0.16
HSL 327.83º 0.66% 0.51% -
HSV(B) 327.83º 0.78% 0.84% -
XYZ 32.9 17.96 25.02 -
YUV 106.78 144.5 203.76 -
System Red Green Blue C M Y K H S L
Decimal 213 47 136 0 0.78 0.36 0.16 327.83 0.66 0.51
Hex D5 2F 88 0 4E 24 10 148 42 33
Octal 325 57 210 0 116 44 20 510 102 63
Binary 11010101 101111 10001000 0 1001110 100100 10000 101001000 1000010 110011

Color Harmonies of #D52F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52F88

Black with #D52F88

Text Example


Text Example

White with #D52F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52F88; }

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

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

background-color css

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

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

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

border-color css

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

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

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