Html Css Color HEX #D947C4 Fuchsia

📋 copy color: '#D947C4'

red 217 ◦ green 71 ◦ blue 196

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

Shades of Fuchsia #D947C4

Tints of Fuchsia #D947C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40.5%

R = 44.83%
G = 14.67%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#D947C4 (or 0xD947C4) is known color: Fuchsia. HEX triplet: D9, 47 and C4. RGB value is (217,71,196). Sum of RGB (Red+Green+Blue) = 217+71+196=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 71 (28.12% from 255 or 14.67% from 484); Blue value is 196 (76.95% from 255 or 40.50% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D947C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D947C4 is #26B83B. Grayscale: #808080. Windows color (decimal): -2537532 or 12863449. OLE color: 12863449.

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

Color convert

RGB 217 71 196 -
CMYK 0 0.67 0.10 0.15
HSL 308.63º 0.66% 0.56% -
HSV(B) 308.63º 0.67% 0.85% -
XYZ 40.83 23.24 54.56 -
YUV 128.9 165.87 190.84 -
System Red Green Blue C M Y K H S L
Decimal 217 71 196 0 0.67 0.10 0.15 308.63 0.66 0.56
Hex D9 47 C4 0 43 A F 135 42 38
Octal 331 107 304 0 103 12 17 465 102 70
Binary 11011001 1000111 11000100 0 1000011 1010 1111 100110101 1000010 111000

Color Harmonies of #D947C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D947C4

Black with #D947C4

Text Example


Text Example

White with #D947C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D947C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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