Html Css Color HEX #D359C8 Fuchsia

📋 copy color: '#D359C8'

red 211 ◦ green 89 ◦ blue 200

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

Shades of Fuchsia #D359C8

Tints of Fuchsia #D359C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 40%

R = 42.2%
G = 17.8%
B = 40%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D359C8 (or 0xD359C8) is known color: Fuchsia. HEX triplet: D3, 59 and C8. RGB value is (211,89,200). Sum of RGB (Red+Green+Blue) = 211+89+200=500 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.2% from 500); Green value is 89 (35.16% from 255 or 17.8% from 500); Blue value is 200 (78.52% from 255 or 40% from 500); Max value from RGB is 211 - color contains mainly: red. Hex color #D359C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D359C8 is #2CA637. Grayscale: #898989. Windows color (decimal): -2926136 or 13130195. OLE color: 13130195.

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

Color convert

RGB 211 89 200 -
CMYK 0 0.58 0.05 0.17
HSL 305.41º 0.58% 0.59% -
HSV(B) 305.41º 0.58% 0.83% -
XYZ 40.86 25.16 57.35 -
YUV 138.13 162.92 179.97 -
System Red Green Blue C M Y K H S L
Decimal 211 89 200 0 0.58 0.05 0.17 305.41 0.58 0.59
Hex D3 59 C8 0 3A 5 11 131 3A 3B
Octal 323 131 310 0 72 5 21 461 72 73
Binary 11010011 1011001 11001000 0 111010 101 10001 100110001 111010 111011

Color Harmonies of #D359C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D359C8

Black with #D359C8

Text Example


Text Example

White with #D359C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D359C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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