Html Css Color HEX #D536B1 Fuchsia

📋 copy color: '#D536B1'

red 213 ◦ green 54 ◦ blue 177

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

Shades of Fuchsia #D536B1

Tints of Fuchsia #D536B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 39.86%

R = 47.97%
G = 12.16%
B = 39.86%

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

#D536B1 (or 0xD536B1) is known color: Fuchsia. HEX triplet: D5, 36 and B1. RGB value is (213,54,177). Sum of RGB (Red+Green+Blue) = 213+54+177=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 54 (21.48% from 255 or 12.16% from 444); Blue value is 177 (69.53% from 255 or 39.86% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D536B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D536B1 is #2AC94E. Grayscale: #737373. Windows color (decimal): -2804047 or 11613909. OLE color: 11613909.

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

Color convert

RGB 213 54 177 -
CMYK 0 0.75 0.17 0.16
HSL 313.58º 0.65% 0.52% -
HSV(B) 313.58º 0.75% 0.84% -
XYZ 36.7 19.96 43.51 -
YUV 115.56 162.68 197.5 -
System Red Green Blue C M Y K H S L
Decimal 213 54 177 0 0.75 0.17 0.16 313.58 0.65 0.52
Hex D5 36 B1 0 4B 11 10 13A 41 34
Octal 325 66 261 0 113 21 20 472 101 64
Binary 11010101 110110 10110001 0 1001011 10001 10000 100111010 1000001 110100

Color Harmonies of #D536B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D536B1

Black with #D536B1

Text Example


Text Example

White with #D536B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D536B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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