Html Css Color HEX #D040BB Fuchsia

📋 copy color: '#D040BB'

red 208 ◦ green 64 ◦ blue 187

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

Shades of Fuchsia #D040BB

Tints of Fuchsia #D040BB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.94%

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

R = 45.32%
G = 13.94%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D040BB (or 0xD040BB) is known color: Fuchsia. HEX triplet: D0, 40 and BB. RGB value is (208,64,187). Sum of RGB (Red+Green+Blue) = 208+64+187=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 64 (25.39% from 255 or 13.94% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D040BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D040BB is #2FBF44. Grayscale: #787878. Windows color (decimal): -3129157 or 12271824. OLE color: 12271824.

HSL color Cylindrical-coordinate representation of color #D040BB: hue angle of 308.75º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D040BB is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 64 187 -
CMYK 0 0.69 0.10 0.18
HSL 308.75º 0.61% 0.53% -
HSV(B) 308.75º 0.69% 0.82% -
XYZ 36.82 20.66 49.06 -
YUV 121.08 165.21 190 -
System Red Green Blue C M Y K H S L
Decimal 208 64 187 0 0.69 0.10 0.18 308.75 0.61 0.53
Hex D0 40 BB 0 45 A 12 135 3D 35
Octal 320 100 273 0 105 12 22 465 75 65
Binary 11010000 1000000 10111011 0 1000101 1010 10010 100110101 111101 110101

Color Harmonies of #D040BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D040BB

Black with #D040BB

Text Example


Text Example

White with #D040BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D040BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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