Html Css Color HEX #D042B9 Fuchsia

📋 copy color: '#D042B9'

red 208 ◦ green 66 ◦ blue 185

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

Shades of Fuchsia #D042B9

Tints of Fuchsia #D042B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.31%

R = 45.32%
G = 14.38%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D042B9 (or 0xD042B9) is known color: Fuchsia. HEX triplet: D0, 42 and B9. RGB value is (208,66,185). Sum of RGB (Red+Green+Blue) = 208+66+185=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 66 (26.17% from 255 or 14.38% from 459); Blue value is 185 (72.66% from 255 or 40.31% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D042B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D042B9 is #2FBD46. Grayscale: #797979. Windows color (decimal): -3128647 or 12141264. OLE color: 12141264.

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

Color convert

RGB 208 66 185 -
CMYK 0 0.68 0.11 0.18
HSL 309.72º 0.6% 0.54% -
HSV(B) 309.72º 0.68% 0.82% -
XYZ 36.72 20.81 47.98 -
YUV 122.02 163.54 189.32 -
System Red Green Blue C M Y K H S L
Decimal 208 66 185 0 0.68 0.11 0.18 309.72 0.6 0.54
Hex D0 42 B9 0 44 B 12 136 3C 36
Octal 320 102 271 0 104 13 22 466 74 66
Binary 11010000 1000010 10111001 0 1000100 1011 10010 100110110 111100 110110

Color Harmonies of #D042B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D042B9

Black with #D042B9

Text Example


Text Example

White with #D042B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D042B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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