Html Css Color HEX #D94DB4 Fuchsia

📋 copy color: '#D94DB4'

red 217 ◦ green 77 ◦ blue 180

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

Shades of Fuchsia #D94DB4

Tints of Fuchsia #D94DB4

RGB

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

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

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

R = 45.78%
G = 16.24%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D94DB4 (or 0xD94DB4) is known color: Fuchsia. HEX triplet: D9, 4D and B4. RGB value is (217,77,180). Sum of RGB (Red+Green+Blue) = 217+77+180=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 77 (30.47% from 255 or 16.24% from 474); Blue value is 180 (70.70% from 255 or 37.97% from 474); Max value from RGB is 217 - color contains mainly: red. Hex color #D94DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D94DB4 is #26B24B. Grayscale: #828282. Windows color (decimal): -2536012 or 11816409. OLE color: 11816409.

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

Color convert

RGB 217 77 180 -
CMYK 0 0.65 0.17 0.15
HSL 315.86º 0.65% 0.58% -
HSV(B) 315.86º 0.65% 0.85% -
XYZ 39.51 23.35 45.61 -
YUV 130.6 155.88 189.62 -
System Red Green Blue C M Y K H S L
Decimal 217 77 180 0 0.65 0.17 0.15 315.86 0.65 0.58
Hex D9 4D B4 0 41 11 F 13C 41 3A
Octal 331 115 264 0 101 21 17 474 101 72
Binary 11011001 1001101 10110100 0 1000001 10001 1111 100111100 1000001 111010

Color Harmonies of #D94DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94DB4

Black with #D94DB4

Text Example


Text Example

White with #D94DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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