Html Css Color HEX #D042D2 Fuchsia

📋 copy color: '#D042D2'

red 208 ◦ green 66 ◦ blue 210

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

Shades of Fuchsia #D042D2

Tints of Fuchsia #D042D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 43.39%

R = 42.98%
G = 13.64%
B = 43.39%

CMYK

 C value IS 0.01

 M value IS 0.69

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D042D2 (or 0xD042D2) is known color: Fuchsia. HEX triplet: D0, 42 and D2. RGB value is (208,66,210). Sum of RGB (Red+Green+Blue) = 208+66+210=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 66 (26.17% from 255 or 13.64% from 484); Blue value is 210 (82.42% from 255 or 43.39% from 484); Max value from RGB is 210 - color contains mainly: blue. Hex color #D042D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D042D2 is #2FBD2D. Grayscale: #7C7C7C. Windows color (decimal): -3128622 or 13779664. OLE color: 13779664.

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

Color convert

RGB 208 66 210 -
CMYK 0.01 0.69 0 0.18
HSL 299.17º 0.62% 0.54% -
HSV(B) 299.17º 0.69% 0.82% -
XYZ 39.59 21.96 63.12 -
YUV 124.87 176.04 187.29 -
System Red Green Blue C M Y K H S L
Decimal 208 66 210 0.01 0.69 0 0.18 299.17 0.62 0.54
Hex D0 42 D2 1 45 0 12 12B 3E 36
Octal 320 102 322 1 105 0 22 453 76 66
Binary 11010000 1000010 11010010 1 1000101 0 10010 100101011 111110 110110

Color Harmonies of #D042D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D042D2

Black with #D042D2

Text Example


Text Example

White with #D042D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D042D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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