Html Css Color HEX #D350BF Fuchsia

📋 copy color: '#D350BF'

red 211 ◦ green 80 ◦ blue 191

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

Shades of Fuchsia #D350BF

Tints of Fuchsia #D350BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.63%

R = 43.78%
G = 16.6%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D350BF (or 0xD350BF) is known color: Fuchsia. HEX triplet: D3, 50 and BF. RGB value is (211,80,191). Sum of RGB (Red+Green+Blue) = 211+80+191=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 80 (31.64% from 255 or 16.60% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 211 - color contains mainly: red. Hex color #D350BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D350BF is #2CAF40. Grayscale: #838383. Windows color (decimal): -2928449 or 12538067. OLE color: 12538067.

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

Color convert

RGB 211 80 191 -
CMYK 0 0.62 0.09 0.17
HSL 309.16º 0.6% 0.57% -
HSV(B) 309.16º 0.62% 0.83% -
XYZ 39.14 23.35 51.73 -
YUV 131.82 161.4 184.47 -
System Red Green Blue C M Y K H S L
Decimal 211 80 191 0 0.62 0.09 0.17 309.16 0.6 0.57
Hex D3 50 BF 0 3E 9 11 135 3C 39
Octal 323 120 277 0 76 11 21 465 74 71
Binary 11010011 1010000 10111111 0 111110 1001 10001 100110101 111100 111001

Color Harmonies of #D350BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D350BF

Black with #D350BF

Text Example


Text Example

White with #D350BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D350BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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