Html Css Color HEX #D040B4 Fuchsia

📋 copy color: '#D040B4'

red 208 ◦ green 64 ◦ blue 180

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

Shades of Fuchsia #D040B4

Tints of Fuchsia #D040B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 39.82%

R = 46.02%
G = 14.16%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D040B4 (or 0xD040B4) is known color: Fuchsia. HEX triplet: D0, 40 and B4. RGB value is (208,64,180). Sum of RGB (Red+Green+Blue) = 208+64+180=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 64 (25.39% from 255 or 14.16% from 452); Blue value is 180 (70.70% from 255 or 39.82% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D040B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D040B4 is #2FBF4B. Grayscale: #777777. Windows color (decimal): -3129164 or 11813072. OLE color: 11813072.

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

Color convert

RGB 208 64 180 -
CMYK 0 0.69 0.13 0.18
HSL 311.67º 0.61% 0.53% -
HSV(B) 311.67º 0.69% 0.82% -
XYZ 36.08 20.37 45.21 -
YUV 120.28 161.71 190.57 -
System Red Green Blue C M Y K H S L
Decimal 208 64 180 0 0.69 0.13 0.18 311.67 0.61 0.53
Hex D0 40 B4 0 45 D 12 138 3D 35
Octal 320 100 264 0 105 15 22 470 75 65
Binary 11010000 1000000 10110100 0 1000101 1101 10010 100111000 111101 110101

Color Harmonies of #D040B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D040B4

Black with #D040B4

Text Example


Text Example

White with #D040B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D040B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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