Html Css Color HEX #D947BC Fuchsia

📋 copy color: '#D947BC'

red 217 ◦ green 71 ◦ blue 188

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

Shades of Fuchsia #D947BC

Tints of Fuchsia #D947BC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.92%

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

R = 45.59%
G = 14.92%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D947BC (or 0xD947BC) is known color: Fuchsia. HEX triplet: D9, 47 and BC. RGB value is (217,71,188). Sum of RGB (Red+Green+Blue) = 217+71+188=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 71 (28.12% from 255 or 14.92% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 217 - color contains mainly: red. Hex color #D947BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D947BC is #26B843. Grayscale: #7F7F7F. Windows color (decimal): -2537540 or 12339161. OLE color: 12339161.

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

Color convert

RGB 217 71 188 -
CMYK 0 0.67 0.13 0.15
HSL 311.92º 0.66% 0.56% -
HSV(B) 311.92º 0.67% 0.85% -
XYZ 39.95 22.89 49.89 -
YUV 127.99 161.87 191.49 -
System Red Green Blue C M Y K H S L
Decimal 217 71 188 0 0.67 0.13 0.15 311.92 0.66 0.56
Hex D9 47 BC 0 43 D F 138 42 38
Octal 331 107 274 0 103 15 17 470 102 70
Binary 11011001 1000111 10111100 0 1000011 1101 1111 100111000 1000010 111000

Color Harmonies of #D947BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D947BC

Black with #D947BC

Text Example


Text Example

White with #D947BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D947BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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