Html Css Color HEX #D950B5 Fuchsia

📋 copy color: '#D950B5'

red 217 ◦ green 80 ◦ blue 181

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

Shades of Fuchsia #D950B5

Tints of Fuchsia #D950B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.87%

R = 45.4%
G = 16.74%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D950B5 (or 0xD950B5) is known color: Fuchsia. HEX triplet: D9, 50 and B5. RGB value is (217,80,181). Sum of RGB (Red+Green+Blue) = 217+80+181=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 80 (31.64% from 255 or 16.74% from 478); Blue value is 181 (71.09% from 255 or 37.87% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D950B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D950B5 is #26AF4A. Grayscale: #848484. Windows color (decimal): -2535243 or 11882713. OLE color: 11882713.

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

Color convert

RGB 217 80 181 -
CMYK 0 0.63 0.17 0.15
HSL 315.77º 0.64% 0.58% -
HSV(B) 315.77º 0.63% 0.85% -
XYZ 39.82 23.83 46.22 -
YUV 132.48 155.39 188.29 -
System Red Green Blue C M Y K H S L
Decimal 217 80 181 0 0.63 0.17 0.15 315.77 0.64 0.58
Hex D9 50 B5 0 3F 11 F 13C 40 3A
Octal 331 120 265 0 77 21 17 474 100 72
Binary 11011001 1010000 10110101 0 111111 10001 1111 100111100 1000000 111010

Color Harmonies of #D950B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D950B5

Black with #D950B5

Text Example


Text Example

White with #D950B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D950B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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