Html Css Color HEX #D94DB7 Fuchsia

📋 copy color: '#D94DB7'

red 217 ◦ green 77 ◦ blue 183

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

Shades of Fuchsia #D94DB7

Tints of Fuchsia #D94DB7

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.14%

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

R = 45.49%
G = 16.14%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D94DB7 (or 0xD94DB7) is known color: Fuchsia. HEX triplet: D9, 4D and B7. RGB value is (217,77,183). Sum of RGB (Red+Green+Blue) = 217+77+183=477 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.49% from 477); Green value is 77 (30.47% from 255 or 16.14% from 477); Blue value is 183 (71.88% from 255 or 38.36% from 477); Max value from RGB is 217 - color contains mainly: red. Hex color #D94DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D94DB7 is #26B248. Grayscale: #828282. Windows color (decimal): -2536009 or 12013017. OLE color: 12013017.

HSL color Cylindrical-coordinate representation of color #D94DB7: hue angle of 314.57º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D94DB7 is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 77 183 -
CMYK 0 0.65 0.16 0.15
HSL 314.57º 0.65% 0.58% -
HSV(B) 314.57º 0.65% 0.85% -
XYZ 39.82 23.48 47.23 -
YUV 130.94 157.38 189.38 -
System Red Green Blue C M Y K H S L
Decimal 217 77 183 0 0.65 0.16 0.15 314.57 0.65 0.58
Hex D9 4D B7 0 41 10 F 13B 41 3A
Octal 331 115 267 0 101 20 17 473 101 72
Binary 11011001 1001101 10110111 0 1000001 10000 1111 100111011 1000001 111010

Color Harmonies of #D94DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94DB7

Black with #D94DB7

Text Example


Text Example

White with #D94DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94DB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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