Html Css Color HEX #D950B6 Fuchsia

📋 copy color: '#D950B6'

red 217 ◦ green 80 ◦ blue 182

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

Shades of Fuchsia #D950B6

Tints of Fuchsia #D950B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 38%

R = 45.3%
G = 16.7%
B = 38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D950B6 (or 0xD950B6) is known color: Fuchsia. HEX triplet: D9, 50 and B6. RGB value is (217,80,182). Sum of RGB (Red+Green+Blue) = 217+80+182=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 80 (31.64% from 255 or 16.70% from 479); Blue value is 182 (71.48% from 255 or 38.00% from 479); Max value from RGB is 217 - color contains mainly: red. Hex color #D950B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D950B6 is #26AF49. Grayscale: #848484. Windows color (decimal): -2535242 or 11948249. OLE color: 11948249.

HSL color Cylindrical-coordinate representation of color #D950B6: hue angle of 315.33º 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 #D950B6 is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 80 182 -
CMYK 0 0.63 0.16 0.15
HSL 315.33º 0.64% 0.58% -
HSV(B) 315.33º 0.63% 0.85% -
XYZ 39.93 23.87 46.76 -
YUV 132.59 155.89 188.21 -
System Red Green Blue C M Y K H S L
Decimal 217 80 182 0 0.63 0.16 0.15 315.33 0.64 0.58
Hex D9 50 B6 0 3F 10 F 13B 40 3A
Octal 331 120 266 0 77 20 17 473 100 72
Binary 11011001 1010000 10110110 0 111111 10000 1111 100111011 1000000 111010

Color Harmonies of #D950B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D950B6

Black with #D950B6

Text Example


Text Example

White with #D950B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D950B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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