Html Css Color HEX #D52686 Deep Cerise

📋 copy color: '#D52686'

red 213 ◦ green 38 ◦ blue 134

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

Shades of Deep Cerise #D52686

Tints of Deep Cerise #D52686

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.87%

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

R = 55.32%
G = 9.87%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D52686 (or 0xD52686) is known color: Deep Cerise. HEX triplet: D5, 26 and 86. RGB value is (213,38,134). Sum of RGB (Red+Green+Blue) = 213+38+134=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 38 (15.23% from 255 or 9.87% from 385); Blue value is 134 (52.73% from 255 or 34.81% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D52686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52686 is #2AD979. Grayscale: #656565. Windows color (decimal): -2808186 or 8791765. OLE color: 8791765.

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

Color convert

RGB 213 38 134 -
CMYK 0 0.82 0.37 0.16
HSL 327.09º 0.7% 0.49% -
HSV(B) 327.09º 0.82% 0.84% -
XYZ 32.44 17.25 24.17 -
YUV 101.27 146.48 207.69 -
System Red Green Blue C M Y K H S L
Decimal 213 38 134 0 0.82 0.37 0.16 327.09 0.7 0.49
Hex D5 26 86 0 52 25 10 147 46 31
Octal 325 46 206 0 122 45 20 507 106 61
Binary 11010101 100110 10000110 0 1010010 100101 10000 101000111 1000110 110001

Color Harmonies of #D52686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52686

Black with #D52686

Text Example


Text Example

White with #D52686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52686; }

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

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

background-color css

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

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

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

border-color css

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

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

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