Html Css Color HEX #D357B9 Fuchsia

📋 copy color: '#D357B9'

red 211 ◦ green 87 ◦ blue 185

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

Shades of Fuchsia #D357B9

Tints of Fuchsia #D357B9

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.01%

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

R = 43.69%
G = 18.01%
B = 38.3%

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

#D357B9 (or 0xD357B9) is known color: Fuchsia. HEX triplet: D3, 57 and B9. RGB value is (211,87,185). Sum of RGB (Red+Green+Blue) = 211+87+185=483 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.69% from 483); Green value is 87 (34.38% from 255 or 18.01% from 483); Blue value is 185 (72.66% from 255 or 38.30% from 483); Max value from RGB is 211 - color contains mainly: red. Hex color #D357B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D357B9 is #2CA846. Grayscale: #868686. Windows color (decimal): -2926663 or 12146643. OLE color: 12146643.

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

Color convert

RGB 211 87 185 -
CMYK 0 0.59 0.12 0.17
HSL 312.58º 0.58% 0.58% -
HSV(B) 312.58º 0.59% 0.83% -
XYZ 39.03 24.17 48.51 -
YUV 135.25 156.08 182.03 -
System Red Green Blue C M Y K H S L
Decimal 211 87 185 0 0.59 0.12 0.17 312.58 0.58 0.58
Hex D3 57 B9 0 3B C 11 139 3A 3A
Octal 323 127 271 0 73 14 21 471 72 72
Binary 11010011 1010111 10111001 0 111011 1100 10001 100111001 111010 111010

Color Harmonies of #D357B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D357B9

Black with #D357B9

Text Example


Text Example

White with #D357B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D357B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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