Html Css Color HEX #D94ABB Fuchsia

📋 copy color: '#D94ABB'

red 217 ◦ green 74 ◦ blue 187

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

Shades of Fuchsia #D94ABB

Tints of Fuchsia #D94ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.12%

R = 45.4%
G = 15.48%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D94ABB (or 0xD94ABB) is known color: Fuchsia. HEX triplet: D9, 4A and BB. RGB value is (217,74,187). Sum of RGB (Red+Green+Blue) = 217+74+187=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 74 (29.30% from 255 or 15.48% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D94ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D94ABB is #26B544. Grayscale: #818181. Windows color (decimal): -2536773 or 12274393. OLE color: 12274393.

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

Color convert

RGB 217 74 187 -
CMYK 0 0.66 0.14 0.15
HSL 312.59º 0.65% 0.57% -
HSV(B) 312.59º 0.66% 0.85% -
XYZ 40.03 23.24 49.39 -
YUV 129.64 160.38 190.31 -
System Red Green Blue C M Y K H S L
Decimal 217 74 187 0 0.66 0.14 0.15 312.59 0.65 0.57
Hex D9 4A BB 0 42 E F 139 41 39
Octal 331 112 273 0 102 16 17 471 101 71
Binary 11011001 1001010 10111011 0 1000010 1110 1111 100111001 1000001 111001

Color Harmonies of #D94ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94ABB

Black with #D94ABB

Text Example


Text Example

White with #D94ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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