Html Css Color HEX #D947B4 Fuchsia

📋 copy color: '#D947B4'

red 217 ◦ green 71 ◦ blue 180

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

Shades of Fuchsia #D947B4

Tints of Fuchsia #D947B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 38.46%

R = 46.37%
G = 15.17%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D947B4 (or 0xD947B4) is known color: Fuchsia. HEX triplet: D9, 47 and B4. RGB value is (217,71,180). Sum of RGB (Red+Green+Blue) = 217+71+180=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 71 (28.12% from 255 or 15.17% from 468); Blue value is 180 (70.70% from 255 or 38.46% from 468); Max value from RGB is 217 - color contains mainly: red. Hex color #D947B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D947B4 is #26B84B. Grayscale: #7E7E7E. Windows color (decimal): -2537548 or 11814873. OLE color: 11814873.

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

Color convert

RGB 217 71 180 -
CMYK 0 0.67 0.17 0.15
HSL 315.21º 0.66% 0.56% -
HSV(B) 315.21º 0.67% 0.85% -
XYZ 39.11 22.55 45.47 -
YUV 127.08 157.87 192.14 -
System Red Green Blue C M Y K H S L
Decimal 217 71 180 0 0.67 0.17 0.15 315.21 0.66 0.56
Hex D9 47 B4 0 43 11 F 13B 42 38
Octal 331 107 264 0 103 21 17 473 102 70
Binary 11011001 1000111 10110100 0 1000011 10001 1111 100111011 1000010 111000

Color Harmonies of #D947B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D947B4

Black with #D947B4

Text Example


Text Example

White with #D947B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D947B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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