Html Css Color HEX #D94EBE Fuchsia

📋 copy color: '#D94EBE'

red 217 ◦ green 78 ◦ blue 190

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

Shades of Fuchsia #D94EBE

Tints of Fuchsia #D94EBE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.08%

 BLUE value IS 190 (74.61% from 255) = 39.18%

R = 44.74%
G = 16.08%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D94EBE (or 0xD94EBE) is known color: Fuchsia. HEX triplet: D9, 4E and BE. RGB value is (217,78,190). Sum of RGB (Red+Green+Blue) = 217+78+190=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 78 (30.86% from 255 or 16.08% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D94EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D94EBE is #26B141. Grayscale: #848484. Windows color (decimal): -2535746 or 12472025. OLE color: 12472025.

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

Color convert

RGB 217 78 190 -
CMYK 0 0.64 0.12 0.15
HSL 311.65º 0.65% 0.58% -
HSV(B) 311.65º 0.64% 0.85% -
XYZ 40.63 23.92 51.19 -
YUV 132.33 160.55 188.39 -
System Red Green Blue C M Y K H S L
Decimal 217 78 190 0 0.64 0.12 0.15 311.65 0.65 0.58
Hex D9 4E BE 0 40 C F 138 41 3A
Octal 331 116 276 0 100 14 17 470 101 72
Binary 11011001 1001110 10111110 0 1000000 1100 1111 100111000 1000001 111010

Color Harmonies of #D94EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94EBE

Black with #D94EBE

Text Example


Text Example

White with #D94EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94EBE; }

 p { color: rgb(217,78,190); }

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

background-color css

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

 a { background-color: rgb(217,78,190); }

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

border-color css

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

 span { border-color: rgb(217,78,190); }

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