Html Css Color HEX #D536B0 Fuchsia

📋 copy color: '#D536B0'

red 213 ◦ green 54 ◦ blue 176

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

Shades of Fuchsia #D536B0

Tints of Fuchsia #D536B0

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.19%

 BLUE value IS 176 (69.14% from 255) = 39.73%

R = 48.08%
G = 12.19%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D536B0 (or 0xD536B0) is known color: Fuchsia. HEX triplet: D5, 36 and B0. RGB value is (213,54,176). Sum of RGB (Red+Green+Blue) = 213+54+176=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 54 (21.48% from 255 or 12.19% from 443); Blue value is 176 (69.14% from 255 or 39.73% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D536B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D536B0 is #2AC94F. Grayscale: #737373. Windows color (decimal): -2804048 or 11548373. OLE color: 11548373.

HSL color Cylindrical-coordinate representation of color #D536B0: hue angle of 313.96º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D536B0 is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 54 176 -
CMYK 0 0.75 0.17 0.16
HSL 313.96º 0.65% 0.52% -
HSV(B) 313.96º 0.75% 0.84% -
XYZ 36.6 19.92 42.99 -
YUV 115.45 162.18 197.58 -
System Red Green Blue C M Y K H S L
Decimal 213 54 176 0 0.75 0.17 0.16 313.96 0.65 0.52
Hex D5 36 B0 0 4B 11 10 13A 41 34
Octal 325 66 260 0 113 21 20 472 101 64
Binary 11010101 110110 10110000 0 1001011 10001 10000 100111010 1000001 110100

Color Harmonies of #D536B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D536B0

Black with #D536B0

Text Example


Text Example

White with #D536B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D536B0; }

 p { color: rgb(213,54,176); }

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

background-color css

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

 a { background-color: rgb(213,54,176); }

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

border-color css

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

 span { border-color: rgb(213,54,176); }

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