Html Css Color HEX #D947B3 Fuchsia

📋 copy color: '#D947B3'

red 217 ◦ green 71 ◦ blue 179

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

Shades of Fuchsia #D947B3

Tints of Fuchsia #D947B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38.33%

R = 46.47%
G = 15.2%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D947B3 (or 0xD947B3) is known color: Fuchsia. HEX triplet: D9, 47 and B3. RGB value is (217,71,179). Sum of RGB (Red+Green+Blue) = 217+71+179=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 71 (28.12% from 255 or 15.20% from 467); Blue value is 179 (70.31% from 255 or 38.33% from 467); Max value from RGB is 217 - color contains mainly: red. Hex color #D947B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D947B3 is #26B84C. Grayscale: #7E7E7E. Windows color (decimal): -2537549 or 11749337. OLE color: 11749337.

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

Color convert

RGB 217 71 179 -
CMYK 0 0.67 0.18 0.15
HSL 315.62º 0.66% 0.56% -
HSV(B) 315.62º 0.67% 0.85% -
XYZ 39.01 22.51 44.94 -
YUV 126.97 157.37 192.22 -
System Red Green Blue C M Y K H S L
Decimal 217 71 179 0 0.67 0.18 0.15 315.62 0.66 0.56
Hex D9 47 B3 0 43 12 F 13C 42 38
Octal 331 107 263 0 103 22 17 474 102 70
Binary 11011001 1000111 10110011 0 1000011 10010 1111 100111100 1000010 111000

Color Harmonies of #D947B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D947B3

Black with #D947B3

Text Example


Text Example

White with #D947B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D947B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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