Html Css Color HEX #D950B3 Fuchsia

📋 copy color: '#D950B3'

red 217 ◦ green 80 ◦ blue 179

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

Shades of Fuchsia #D950B3

Tints of Fuchsia #D950B3

RGB

 RED value IS 217 (85.16% from 255) = 45.59%

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

 BLUE value IS 179 (70.31% from 255) = 37.61%

R = 45.59%
G = 16.81%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D950B3 (or 0xD950B3) is known color: Fuchsia. HEX triplet: D9, 50 and B3. RGB value is (217,80,179). Sum of RGB (Red+Green+Blue) = 217+80+179=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 80 (31.64% from 255 or 16.81% from 476); Blue value is 179 (70.31% from 255 or 37.61% from 476); Max value from RGB is 217 - color contains mainly: red. Hex color #D950B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D950B3 is #26AF4C. Grayscale: #838383. Windows color (decimal): -2535245 or 11751641. OLE color: 11751641.

HSL color Cylindrical-coordinate representation of color #D950B3: hue angle of 316.64º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D950B3 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 80 179 -
CMYK 0 0.63 0.18 0.15
HSL 316.64º 0.64% 0.58% -
HSV(B) 316.64º 0.63% 0.85% -
XYZ 39.62 23.74 45.14 -
YUV 132.25 154.39 188.45 -
System Red Green Blue C M Y K H S L
Decimal 217 80 179 0 0.63 0.18 0.15 316.64 0.64 0.58
Hex D9 50 B3 0 3F 12 F 13D 40 3A
Octal 331 120 263 0 77 22 17 475 100 72
Binary 11011001 1010000 10110011 0 111111 10010 1111 100111101 1000000 111010

Color Harmonies of #D950B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D950B3

Black with #D950B3

Text Example


Text Example

White with #D950B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D950B3; }

 p { color: rgb(217,80,179); }

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

background-color css

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

 a { background-color: rgb(217,80,179); }

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

border-color css

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

 span { border-color: rgb(217,80,179); }

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