Html Css Color HEX #D94DB3 Fuchsia

📋 copy color: '#D94DB3'

red 217 ◦ green 77 ◦ blue 179

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

Shades of Fuchsia #D94DB3

Tints of Fuchsia #D94DB3

RGB

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

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

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

R = 45.88%
G = 16.28%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D94DB3 (or 0xD94DB3) is known color: Fuchsia. HEX triplet: D9, 4D and B3. RGB value is (217,77,179). Sum of RGB (Red+Green+Blue) = 217+77+179=473 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.88% from 473); Green value is 77 (30.47% from 255 or 16.28% from 473); Blue value is 179 (70.31% from 255 or 37.84% from 473); Max value from RGB is 217 - color contains mainly: red. Hex color #D94DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D94DB3 is #26B24C. Grayscale: #828282. Windows color (decimal): -2536013 or 11750873. OLE color: 11750873.

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

Color convert

RGB 217 77 179 -
CMYK 0 0.65 0.18 0.15
HSL 316.29º 0.65% 0.58% -
HSV(B) 316.29º 0.65% 0.85% -
XYZ 39.41 23.31 45.07 -
YUV 130.49 155.38 189.71 -
System Red Green Blue C M Y K H S L
Decimal 217 77 179 0 0.65 0.18 0.15 316.29 0.65 0.58
Hex D9 4D B3 0 41 12 F 13C 41 3A
Octal 331 115 263 0 101 22 17 474 101 72
Binary 11011001 1001101 10110011 0 1000001 10010 1111 100111100 1000001 111010

Color Harmonies of #D94DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94DB3

Black with #D94DB3

Text Example


Text Example

White with #D94DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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