Html Css Color HEX #D04DCF Fuchsia

📋 copy color: '#D04DCF'

red 208 ◦ green 77 ◦ blue 207

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

Shades of Fuchsia #D04DCF

Tints of Fuchsia #D04DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.07%

R = 42.28%
G = 15.65%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D04DCF (or 0xD04DCF) is known color: Fuchsia. HEX triplet: D0, 4D and CF. RGB value is (208,77,207). Sum of RGB (Red+Green+Blue) = 208+77+207=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 77 (30.47% from 255 or 15.65% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 208 - color contains mainly: red. Hex color #D04DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04DCF is #2FB230. Grayscale: #828282. Windows color (decimal): -3125809 or 13585872. OLE color: 13585872.

HSL color Cylindrical-coordinate representation of color #D04DCF: hue angle of 300.46º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D04DCF is Cyan = 0, Magento = 0.63, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 77 207 -
CMYK 0 0.63 0.00 0.18
HSL 300.46º 0.58% 0.56% -
HSV(B) 300.46º 0.63% 0.82% -
XYZ 39.93 23.22 61.41 -
YUV 130.99 170.9 182.93 -
System Red Green Blue C M Y K H S L
Decimal 208 77 207 0 0.63 0.00 0.18 300.46 0.58 0.56
Hex D0 4D CF 0 3F 0 12 12C 3A 38
Octal 320 115 317 0 77 0 22 454 72 70
Binary 11010000 1001101 11001111 0 111111 0 10010 100101100 111010 111000

Color Harmonies of #D04DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04DCF

Black with #D04DCF

Text Example


Text Example

White with #D04DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04DCF; }

 p { color: rgb(208,77,207); }

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

background-color css

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

 a { background-color: rgb(208,77,207); }

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

border-color css

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

 span { border-color: rgb(208,77,207); }

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