Html Css Color HEX #D947B7 Fuchsia

📋 copy color: '#D947B7'

red 217 ◦ green 71 ◦ blue 183

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

Shades of Fuchsia #D947B7

Tints of Fuchsia #D947B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.85%

R = 46.07%
G = 15.07%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D947B7 (or 0xD947B7) is known color: Fuchsia. HEX triplet: D9, 47 and B7. RGB value is (217,71,183). Sum of RGB (Red+Green+Blue) = 217+71+183=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 71 (28.12% from 255 or 15.07% from 471); Blue value is 183 (71.88% from 255 or 38.85% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D947B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D947B7 is #26B848. Grayscale: #7F7F7F. Windows color (decimal): -2537545 or 12011481. OLE color: 12011481.

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

Color convert

RGB 217 71 183 -
CMYK 0 0.67 0.16 0.15
HSL 313.97º 0.66% 0.56% -
HSV(B) 313.97º 0.67% 0.85% -
XYZ 39.42 22.68 47.1 -
YUV 127.42 159.37 191.89 -
System Red Green Blue C M Y K H S L
Decimal 217 71 183 0 0.67 0.16 0.15 313.97 0.66 0.56
Hex D9 47 B7 0 43 10 F 13A 42 38
Octal 331 107 267 0 103 20 17 472 102 70
Binary 11011001 1000111 10110111 0 1000011 10000 1111 100111010 1000010 111000

Color Harmonies of #D947B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D947B7

Black with #D947B7

Text Example


Text Example

White with #D947B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D947B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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