Html Css Color HEX #D042B8 Fuchsia

📋 copy color: '#D042B8'

red 208 ◦ green 66 ◦ blue 184

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

Shades of Fuchsia #D042B8

Tints of Fuchsia #D042B8

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.41%

 BLUE value IS 184 (72.27% from 255) = 40.17%

R = 45.41%
G = 14.41%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D042B8 (or 0xD042B8) is known color: Fuchsia. HEX triplet: D0, 42 and B8. RGB value is (208,66,184). Sum of RGB (Red+Green+Blue) = 208+66+184=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 66 (26.17% from 255 or 14.41% from 458); Blue value is 184 (72.27% from 255 or 40.17% from 458); Max value from RGB is 208 - color contains mainly: red. Hex color #D042B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D042B8 is #2FBD47. Grayscale: #797979. Windows color (decimal): -3128648 or 12075728. OLE color: 12075728.

HSL color Cylindrical-coordinate representation of color #D042B8: hue angle of 310.14º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D042B8 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 66 184 -
CMYK 0 0.68 0.12 0.18
HSL 310.14º 0.6% 0.54% -
HSV(B) 310.14º 0.68% 0.82% -
XYZ 36.61 20.77 47.43 -
YUV 121.91 163.04 189.41 -
System Red Green Blue C M Y K H S L
Decimal 208 66 184 0 0.68 0.12 0.18 310.14 0.6 0.54
Hex D0 42 B8 0 44 C 12 136 3C 36
Octal 320 102 270 0 104 14 22 466 74 66
Binary 11010000 1000010 10111000 0 1000100 1100 10010 100110110 111100 110110

Color Harmonies of #D042B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D042B8

Black with #D042B8

Text Example


Text Example

White with #D042B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D042B8; }

 p { color: rgb(208,66,184); }

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

background-color css

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

 a { background-color: rgb(208,66,184); }

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

border-color css

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

 span { border-color: rgb(208,66,184); }

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