Html Css Color HEX #D359C5 Fuchsia

📋 copy color: '#D359C5'

red 211 ◦ green 89 ◦ blue 197

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

Shades of Fuchsia #D359C5

Tints of Fuchsia #D359C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 39.64%

R = 42.45%
G = 17.91%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.07

 K value IS 0.17

RGB Variations

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

Color information

#D359C5 (or 0xD359C5) is known color: Fuchsia. HEX triplet: D3, 59 and C5. RGB value is (211,89,197). Sum of RGB (Red+Green+Blue) = 211+89+197=497 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.45% from 497); Green value is 89 (35.16% from 255 or 17.91% from 497); Blue value is 197 (77.34% from 255 or 39.64% from 497); Max value from RGB is 211 - color contains mainly: red. Hex color #D359C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D359C5 is #2CA63A. Grayscale: #898989. Windows color (decimal): -2926139 or 12933587. OLE color: 12933587.

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

Color convert

RGB 211 89 197 -
CMYK 0 0.58 0.07 0.17
HSL 306.89º 0.58% 0.59% -
HSV(B) 306.89º 0.58% 0.83% -
XYZ 40.51 25.02 55.52 -
YUV 137.79 161.42 180.22 -
System Red Green Blue C M Y K H S L
Decimal 211 89 197 0 0.58 0.07 0.17 306.89 0.58 0.59
Hex D3 59 C5 0 3A 7 11 133 3A 3B
Octal 323 131 305 0 72 7 21 463 72 73
Binary 11010011 1011001 11000101 0 111010 111 10001 100110011 111010 111011

Color Harmonies of #D359C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D359C5

Black with #D359C5

Text Example


Text Example

White with #D359C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D359C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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