Html Css Color HEX #D536B8 Fuchsia

📋 copy color: '#D536B8'

red 213 ◦ green 54 ◦ blue 184

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

Shades of Fuchsia #D536B8

Tints of Fuchsia #D536B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40.8%

R = 47.23%
G = 11.97%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D536B8 (or 0xD536B8) is known color: Fuchsia. HEX triplet: D5, 36 and B8. RGB value is (213,54,184). Sum of RGB (Red+Green+Blue) = 213+54+184=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 54 (21.48% from 255 or 11.97% from 451); Blue value is 184 (72.27% from 255 or 40.80% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D536B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D536B8 is #2AC947. Grayscale: #737373. Windows color (decimal): -2804040 or 12072661. OLE color: 12072661.

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

Color convert

RGB 213 54 184 -
CMYK 0 0.75 0.14 0.16
HSL 310.94º 0.65% 0.52% -
HSV(B) 310.94º 0.75% 0.84% -
XYZ 37.41 20.25 47.28 -
YUV 116.36 166.18 196.93 -
System Red Green Blue C M Y K H S L
Decimal 213 54 184 0 0.75 0.14 0.16 310.94 0.65 0.52
Hex D5 36 B8 0 4B E 10 137 41 34
Octal 325 66 270 0 113 16 20 467 101 64
Binary 11010101 110110 10111000 0 1001011 1110 10000 100110111 1000001 110100

Color Harmonies of #D536B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D536B8

Black with #D536B8

Text Example


Text Example

White with #D536B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D536B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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