Html Css Color HEX #D52B86 Deep Cerise

📋 copy color: '#D52B86'

red 213 ◦ green 43 ◦ blue 134

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

Shades of Deep Cerise #D52B86

Tints of Deep Cerise #D52B86

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.03%

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

R = 54.62%
G = 11.03%
B = 34.36%

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

#D52B86 (or 0xD52B86) is known color: Deep Cerise. HEX triplet: D5, 2B and 86. RGB value is (213,43,134). Sum of RGB (Red+Green+Blue) = 213+43+134=390 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.62% from 390); Green value is 43 (17.19% from 255 or 11.03% from 390); Blue value is 134 (52.73% from 255 or 34.36% from 390); Max value from RGB is 213 - color contains mainly: red. Hex color #D52B86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52B86 is #2AD479. Grayscale: #686868. Windows color (decimal): -2806906 or 8793045. OLE color: 8793045.

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

Color convert

RGB 213 43 134 -
CMYK 0 0.80 0.37 0.16
HSL 327.88º 0.67% 0.5% -
HSV(B) 327.88º 0.8% 0.84% -
XYZ 32.61 17.6 24.23 -
YUV 104.2 144.82 205.6 -
System Red Green Blue C M Y K H S L
Decimal 213 43 134 0 0.80 0.37 0.16 327.88 0.67 0.5
Hex D5 2B 86 0 50 25 10 148 43 32
Octal 325 53 206 0 120 45 20 510 103 62
Binary 11010101 101011 10000110 0 1010000 100101 10000 101001000 1000011 110010

Color Harmonies of #D52B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52B86

Black with #D52B86

Text Example


Text Example

White with #D52B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52B86; }

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

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

background-color css

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

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

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

border-color css

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

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

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