Html Css Color HEX #D52A86 Deep Cerise

📋 copy color: '#D52A86'

red 213 ◦ green 42 ◦ blue 134

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

Shades of Deep Cerise #D52A86

Tints of Deep Cerise #D52A86

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.8%

 BLUE value IS 134 (52.73% from 255) = 34.45%

R = 54.76%
G = 10.8%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D52A86 (or 0xD52A86) is known color: Deep Cerise. HEX triplet: D5, 2A and 86. RGB value is (213,42,134). Sum of RGB (Red+Green+Blue) = 213+42+134=389 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.76% from 389); Green value is 42 (16.80% from 255 or 10.80% from 389); Blue value is 134 (52.73% from 255 or 34.45% from 389); Max value from RGB is 213 - color contains mainly: red. Hex color #D52A86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52A86 is #2AD579. Grayscale: #676767. Windows color (decimal): -2807162 or 8792789. OLE color: 8792789.

HSL color Cylindrical-coordinate representation of color #D52A86: hue angle of 327.72º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D52A86 is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 42 134 -
CMYK 0 0.80 0.37 0.16
HSL 327.72º 0.67% 0.5% -
HSV(B) 327.72º 0.8% 0.84% -
XYZ 32.57 17.52 24.22 -
YUV 103.62 145.15 206.02 -
System Red Green Blue C M Y K H S L
Decimal 213 42 134 0 0.80 0.37 0.16 327.72 0.67 0.5
Hex D5 2A 86 0 50 25 10 148 43 32
Octal 325 52 206 0 120 45 20 510 103 62
Binary 11010101 101010 10000110 0 1010000 100101 10000 101001000 1000011 110010

Color Harmonies of #D52A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52A86

Black with #D52A86

Text Example


Text Example

White with #D52A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52A86; }

 p { color: rgb(213,42,134); }

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

background-color css

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

 a { background-color: rgb(213,42,134); }

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

border-color css

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

 span { border-color: rgb(213,42,134); }

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