Html Css Color HEX #D05EC7 Fuchsia

📋 copy color: '#D05EC7'

red 208 ◦ green 94 ◦ blue 199

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

Shades of Fuchsia #D05EC7

Tints of Fuchsia #D05EC7

RGB

 RED value IS 208 (81.64% from 255) = 41.52%

 GREEN value IS 94 (37.11% from 255) = 18.76%

 BLUE value IS 199 (78.13% from 255) = 39.72%

R = 41.52%
G = 18.76%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D05EC7 (or 0xD05EC7) is known color: Fuchsia. HEX triplet: D0, 5E and C7. RGB value is (208,94,199). Sum of RGB (Red+Green+Blue) = 208+94+199=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 94 (37.11% from 255 or 18.76% from 501); Blue value is 199 (78.12% from 255 or 39.72% from 501); Max value from RGB is 208 - color contains mainly: red. Hex color #D05EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05EC7 is #2FA138. Grayscale: #8B8B8B. Windows color (decimal): -3121465 or 13065936. OLE color: 13065936.

HSL color Cylindrical-coordinate representation of color #D05EC7: hue angle of 304.74º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D05EC7 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 94 199 -
CMYK 0 0.55 0.04 0.18
HSL 304.74º 0.55% 0.59% -
HSV(B) 304.74º 0.55% 0.82% -
XYZ 40.32 25.54 56.84 -
YUV 140.06 161.27 176.46 -
System Red Green Blue C M Y K H S L
Decimal 208 94 199 0 0.55 0.04 0.18 304.74 0.55 0.59
Hex D0 5E C7 0 37 4 12 131 37 3B
Octal 320 136 307 0 67 4 22 461 67 73
Binary 11010000 1011110 11000111 0 110111 100 10010 100110001 110111 111011

Color Harmonies of #D05EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05EC7

Black with #D05EC7

Text Example


Text Example

White with #D05EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05EC7; }

 p { color: rgb(208,94,199); }

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

background-color css

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

 a { background-color: rgb(208,94,199); }

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

border-color css

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

 span { border-color: rgb(208,94,199); }

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