Html Css Color HEX #D04DBB Fuchsia

📋 copy color: '#D04DBB'

red 208 ◦ green 77 ◦ blue 187

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

Shades of Fuchsia #D04DBB

Tints of Fuchsia #D04DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.62%

R = 44.07%
G = 16.31%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D04DBB (or 0xD04DBB) is known color: Fuchsia. HEX triplet: D0, 4D and BB. RGB value is (208,77,187). Sum of RGB (Red+Green+Blue) = 208+77+187=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 77 (30.47% from 255 or 16.31% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 208 - color contains mainly: red. Hex color #D04DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04DBB is #2FB244. Grayscale: #808080. Windows color (decimal): -3125829 or 12275152. OLE color: 12275152.

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

Color convert

RGB 208 77 187 -
CMYK 0 0.63 0.10 0.18
HSL 309.62º 0.58% 0.56% -
HSV(B) 309.62º 0.63% 0.82% -
XYZ 37.64 22.31 49.34 -
YUV 128.71 160.9 184.56 -
System Red Green Blue C M Y K H S L
Decimal 208 77 187 0 0.63 0.10 0.18 309.62 0.58 0.56
Hex D0 4D BB 0 3F A 12 136 3A 38
Octal 320 115 273 0 77 12 22 466 72 70
Binary 11010000 1001101 10111011 0 111111 1010 10010 100110110 111010 111000

Color Harmonies of #D04DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04DBB

Black with #D04DBB

Text Example


Text Example

White with #D04DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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