Html Css Color HEX #D949BC Fuchsia

📋 copy color: '#D949BC'

red 217 ◦ green 73 ◦ blue 188

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

Shades of Fuchsia #D949BC

Tints of Fuchsia #D949BC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.27%

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

R = 45.4%
G = 15.27%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D949BC (or 0xD949BC) is known color: Fuchsia. HEX triplet: D9, 49 and BC. RGB value is (217,73,188). Sum of RGB (Red+Green+Blue) = 217+73+188=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 73 (28.91% from 255 or 15.27% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D949BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D949BC is #26B643. Grayscale: #808080. Windows color (decimal): -2537028 or 12339673. OLE color: 12339673.

HSL color Cylindrical-coordinate representation of color #D949BC: hue angle of 312.08º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D949BC is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 73 188 -
CMYK 0 0.66 0.13 0.15
HSL 312.08º 0.65% 0.57% -
HSV(B) 312.08º 0.66% 0.85% -
XYZ 40.07 23.15 49.93 -
YUV 129.17 161.21 190.65 -
System Red Green Blue C M Y K H S L
Decimal 217 73 188 0 0.66 0.13 0.15 312.08 0.65 0.57
Hex D9 49 BC 0 42 D F 138 41 39
Octal 331 111 274 0 102 15 17 470 101 71
Binary 11011001 1001001 10111100 0 1000010 1101 1111 100111000 1000001 111001

Color Harmonies of #D949BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D949BC

Black with #D949BC

Text Example


Text Example

White with #D949BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D949BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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