Html Css Color HEX #D94AB8 Fuchsia

📋 copy color: '#D94AB8'

red 217 ◦ green 74 ◦ blue 184

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

Shades of Fuchsia #D94AB8

Tints of Fuchsia #D94AB8

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.58%

 BLUE value IS 184 (72.27% from 255) = 38.74%

R = 45.68%
G = 15.58%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D94AB8 (or 0xD94AB8) is known color: Fuchsia. HEX triplet: D9, 4A and B8. RGB value is (217,74,184). Sum of RGB (Red+Green+Blue) = 217+74+184=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 74 (29.30% from 255 or 15.58% from 475); Blue value is 184 (72.27% from 255 or 38.74% from 475); Max value from RGB is 217 - color contains mainly: red. Hex color #D94AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D94AB8 is #26B547. Grayscale: #818181. Windows color (decimal): -2536776 or 12077785. OLE color: 12077785.

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

Color convert

RGB 217 74 184 -
CMYK 0 0.66 0.15 0.15
HSL 313.85º 0.65% 0.57% -
HSV(B) 313.85º 0.66% 0.85% -
XYZ 39.72 23.11 47.71 -
YUV 129.3 158.88 190.56 -
System Red Green Blue C M Y K H S L
Decimal 217 74 184 0 0.66 0.15 0.15 313.85 0.65 0.57
Hex D9 4A B8 0 42 F F 13A 41 39
Octal 331 112 270 0 102 17 17 472 101 71
Binary 11011001 1001010 10111000 0 1000010 1111 1111 100111010 1000001 111001

Color Harmonies of #D94AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94AB8

Black with #D94AB8

Text Example


Text Example

White with #D94AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94AB8; }

 p { color: rgb(217,74,184); }

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

background-color css

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

 a { background-color: rgb(217,74,184); }

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

border-color css

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

 span { border-color: rgb(217,74,184); }

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