Html Css Color HEX #D359B5 Fuchsia

📋 copy color: '#D359B5'

red 211 ◦ green 89 ◦ blue 181

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

Shades of Fuchsia #D359B5

Tints of Fuchsia #D359B5

RGB

 RED value IS 211 (82.81% from 255) = 43.87%

 GREEN value IS 89 (35.16% from 255) = 18.5%

 BLUE value IS 181 (71.09% from 255) = 37.63%

R = 43.87%
G = 18.5%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.14

 K value IS 0.17

RGB Variations

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

Color information

#D359B5 (or 0xD359B5) is known color: Fuchsia. HEX triplet: D3, 59 and B5. RGB value is (211,89,181). Sum of RGB (Red+Green+Blue) = 211+89+181=481 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.87% from 481); Green value is 89 (35.16% from 255 or 18.50% from 481); Blue value is 181 (71.09% from 255 or 37.63% from 481); Max value from RGB is 211 - color contains mainly: red. Hex color #D359B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D359B5 is #2CA64A. Grayscale: #878787. Windows color (decimal): -2926155 or 11885011. OLE color: 11885011.

HSL color Cylindrical-coordinate representation of color #D359B5: hue angle of 314.75º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D359B5 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 89 181 -
CMYK 0 0.58 0.14 0.17
HSL 314.75º 0.58% 0.59% -
HSV(B) 314.75º 0.58% 0.83% -
XYZ 38.78 24.33 46.37 -
YUV 135.97 153.42 181.52 -
System Red Green Blue C M Y K H S L
Decimal 211 89 181 0 0.58 0.14 0.17 314.75 0.58 0.59
Hex D3 59 B5 0 3A E 11 13B 3A 3B
Octal 323 131 265 0 72 16 21 473 72 73
Binary 11010011 1011001 10110101 0 111010 1110 10001 100111011 111010 111011

Color Harmonies of #D359B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D359B5

Black with #D359B5

Text Example


Text Example

White with #D359B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D359B5; }

 p { color: rgb(211,89,181); }

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

background-color css

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

 a { background-color: rgb(211,89,181); }

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

border-color css

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

 span { border-color: rgb(211,89,181); }

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