Html Css Color HEX #D950BB Fuchsia

📋 copy color: '#D950BB'

red 217 ◦ green 80 ◦ blue 187

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

Shades of Fuchsia #D950BB

Tints of Fuchsia #D950BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.64%

R = 44.83%
G = 16.53%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D950BB (or 0xD950BB) is known color: Fuchsia. HEX triplet: D9, 50 and BB. RGB value is (217,80,187). Sum of RGB (Red+Green+Blue) = 217+80+187=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 80 (31.64% from 255 or 16.53% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D950BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D950BB is #26AF44. Grayscale: #848484. Windows color (decimal): -2535237 or 12275929. OLE color: 12275929.

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

Color convert

RGB 217 80 187 -
CMYK 0 0.63 0.14 0.15
HSL 313.14º 0.64% 0.58% -
HSV(B) 313.14º 0.63% 0.85% -
XYZ 40.45 24.08 49.53 -
YUV 133.16 158.39 187.8 -
System Red Green Blue C M Y K H S L
Decimal 217 80 187 0 0.63 0.14 0.15 313.14 0.64 0.58
Hex D9 50 BB 0 3F E F 139 40 3A
Octal 331 120 273 0 77 16 17 471 100 72
Binary 11011001 1010000 10111011 0 111111 1110 1111 100111001 1000000 111010

Color Harmonies of #D950BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D950BB

Black with #D950BB

Text Example


Text Example

White with #D950BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D950BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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