Html Css Color HEX #D04DB6 Fuchsia

📋 copy color: '#D04DB6'

red 208 ◦ green 77 ◦ blue 182

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

Shades of Fuchsia #D04DB6

Tints of Fuchsia #D04DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 38.97%

R = 44.54%
G = 16.49%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D04DB6 (or 0xD04DB6) is known color: Fuchsia. HEX triplet: D0, 4D and B6. RGB value is (208,77,182). Sum of RGB (Red+Green+Blue) = 208+77+182=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 77 (30.47% from 255 or 16.49% from 467); Blue value is 182 (71.48% from 255 or 38.97% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D04DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04DB6 is #2FB249. Grayscale: #7F7F7F. Windows color (decimal): -3125834 or 11947472. OLE color: 11947472.

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

Color convert

RGB 208 77 182 -
CMYK 0 0.63 0.12 0.18
HSL 311.91º 0.58% 0.56% -
HSV(B) 311.91º 0.63% 0.82% -
XYZ 37.11 22.1 46.56 -
YUV 128.14 158.4 184.96 -
System Red Green Blue C M Y K H S L
Decimal 208 77 182 0 0.63 0.12 0.18 311.91 0.58 0.56
Hex D0 4D B6 0 3F C 12 138 3A 38
Octal 320 115 266 0 77 14 22 470 72 70
Binary 11010000 1001101 10110110 0 111111 1100 10010 100111000 111010 111000

Color Harmonies of #D04DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04DB6

Black with #D04DB6

Text Example


Text Example

White with #D04DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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