Html Css Color HEX #D04DCE Fuchsia

📋 copy color: '#D04DCE'

red 208 ◦ green 77 ◦ blue 206

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

Shades of Fuchsia #D04DCE

Tints of Fuchsia #D04DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.96%

R = 42.36%
G = 15.68%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D04DCE (or 0xD04DCE) is known color: Fuchsia. HEX triplet: D0, 4D and CE. RGB value is (208,77,206). Sum of RGB (Red+Green+Blue) = 208+77+206=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 77 (30.47% from 255 or 15.68% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 208 - color contains mainly: red. Hex color #D04DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04DCE is #2FB231. Grayscale: #828282. Windows color (decimal): -3125810 or 13520336. OLE color: 13520336.

HSL color Cylindrical-coordinate representation of color #D04DCE: hue angle of 300.92º 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 #D04DCE is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 77 206 -
CMYK 0 0.63 0.01 0.18
HSL 300.92º 0.58% 0.56% -
HSV(B) 300.92º 0.63% 0.82% -
XYZ 39.81 23.17 60.77 -
YUV 130.88 170.4 183.01 -
System Red Green Blue C M Y K H S L
Decimal 208 77 206 0 0.63 0.01 0.18 300.92 0.58 0.56
Hex D0 4D CE 0 3F 1 12 12D 3A 38
Octal 320 115 316 0 77 1 22 455 72 70
Binary 11010000 1001101 11001110 0 111111 1 10010 100101101 111010 111000

Color Harmonies of #D04DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04DCE

Black with #D04DCE

Text Example


Text Example

White with #D04DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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