Html Css Color HEX #D950BC Fuchsia

📋 copy color: '#D950BC'

red 217 ◦ green 80 ◦ blue 188

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

Shades of Fuchsia #D950BC

Tints of Fuchsia #D950BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.76%

R = 44.74%
G = 16.49%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D950BC (or 0xD950BC) is known color: Fuchsia. HEX triplet: D9, 50 and BC. RGB value is (217,80,188). Sum of RGB (Red+Green+Blue) = 217+80+188=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 80 (31.64% from 255 or 16.49% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D950BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D950BC is #26AF43. Grayscale: #848484. Windows color (decimal): -2535236 or 12341465. OLE color: 12341465.

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

Color convert

RGB 217 80 188 -
CMYK 0 0.63 0.13 0.15
HSL 312.7º 0.64% 0.58% -
HSV(B) 312.7º 0.63% 0.85% -
XYZ 40.56 24.12 50.09 -
YUV 133.28 158.89 187.72 -
System Red Green Blue C M Y K H S L
Decimal 217 80 188 0 0.63 0.13 0.15 312.7 0.64 0.58
Hex D9 50 BC 0 3F D F 139 40 3A
Octal 331 120 274 0 77 15 17 471 100 72
Binary 11011001 1010000 10111100 0 111111 1101 1111 100111001 1000000 111010

Color Harmonies of #D950BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D950BC

Black with #D950BC

Text Example


Text Example

White with #D950BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D950BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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