Html Css Color HEX #D356B9 Fuchsia

📋 copy color: '#D356B9'

red 211 ◦ green 86 ◦ blue 185

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

Shades of Fuchsia #D356B9

Tints of Fuchsia #D356B9

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.84%

 BLUE value IS 185 (72.66% from 255) = 38.38%

R = 43.78%
G = 17.84%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D356B9 (or 0xD356B9) is known color: Fuchsia. HEX triplet: D3, 56 and B9. RGB value is (211,86,185). Sum of RGB (Red+Green+Blue) = 211+86+185=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 86 (33.98% from 255 or 17.84% from 482); Blue value is 185 (72.66% from 255 or 38.38% from 482); Max value from RGB is 211 - color contains mainly: red. Hex color #D356B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D356B9 is #2CA946. Grayscale: #868686. Windows color (decimal): -2926919 or 12146387. OLE color: 12146387.

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

Color convert

RGB 211 86 185 -
CMYK 0 0.59 0.12 0.17
HSL 312.48º 0.59% 0.58% -
HSV(B) 312.48º 0.59% 0.83% -
XYZ 38.95 24.01 48.48 -
YUV 134.66 156.41 182.45 -
System Red Green Blue C M Y K H S L
Decimal 211 86 185 0 0.59 0.12 0.17 312.48 0.59 0.58
Hex D3 56 B9 0 3B C 11 138 3B 3A
Octal 323 126 271 0 73 14 21 470 73 72
Binary 11010011 1010110 10111001 0 111011 1100 10001 100111000 111011 111010

Color Harmonies of #D356B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D356B9

Black with #D356B9

Text Example


Text Example

White with #D356B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D356B9; }

 p { color: rgb(211,86,185); }

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

background-color css

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

 a { background-color: rgb(211,86,185); }

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

border-color css

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

 span { border-color: rgb(211,86,185); }

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