Html Css Color HEX #D350B0 Fuchsia

📋 copy color: '#D350B0'

red 211 ◦ green 80 ◦ blue 176

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

Shades of Fuchsia #D350B0

Tints of Fuchsia #D350B0

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.13%

 BLUE value IS 176 (69.14% from 255) = 37.69%

R = 45.18%
G = 17.13%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#D350B0 (or 0xD350B0) is known color: Fuchsia. HEX triplet: D3, 50 and B0. RGB value is (211,80,176). Sum of RGB (Red+Green+Blue) = 211+80+176=467 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.18% from 467); Green value is 80 (31.64% from 255 or 17.13% from 467); Blue value is 176 (69.14% from 255 or 37.69% from 467); Max value from RGB is 211 - color contains mainly: red. Hex color #D350B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D350B0 is #2CAF4F. Grayscale: #818181. Windows color (decimal): -2928464 or 11555027. OLE color: 11555027.

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

Color convert

RGB 211 80 176 -
CMYK 0 0.62 0.17 0.17
HSL 316.03º 0.6% 0.57% -
HSV(B) 316.03º 0.62% 0.83% -
XYZ 37.57 22.72 43.48 -
YUV 130.11 153.9 185.69 -
System Red Green Blue C M Y K H S L
Decimal 211 80 176 0 0.62 0.17 0.17 316.03 0.6 0.57
Hex D3 50 B0 0 3E 11 11 13C 3C 39
Octal 323 120 260 0 76 21 21 474 74 71
Binary 11010011 1010000 10110000 0 111110 10001 10001 100111100 111100 111001

Color Harmonies of #D350B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D350B0

Black with #D350B0

Text Example


Text Example

White with #D350B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D350B0; }

 p { color: rgb(211,80,176); }

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

background-color css

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

 a { background-color: rgb(211,80,176); }

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

border-color css

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

 span { border-color: rgb(211,80,176); }

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