Html Css Color HEX #D03DD2 Fuchsia

📋 copy color: '#D03DD2'

red 208 ◦ green 61 ◦ blue 210

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

Shades of Fuchsia #D03DD2

Tints of Fuchsia #D03DD2

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.73%

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

R = 43.42%
G = 12.73%
B = 43.84%

CMYK

 C value IS 0.01

 M value IS 0.71

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D03DD2 (or 0xD03DD2) is known color: Fuchsia. HEX triplet: D0, 3D and D2. RGB value is (208,61,210). Sum of RGB (Red+Green+Blue) = 208+61+210=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 61 (24.22% from 255 or 12.73% from 479); Blue value is 210 (82.42% from 255 or 43.84% from 479); Max value from RGB is 210 - color contains mainly: blue. Hex color #D03DD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03DD2 is #2FC22D. Grayscale: #797979. Windows color (decimal): -3129902 or 13778384. OLE color: 13778384.

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

Color convert

RGB 208 61 210 -
CMYK 0.01 0.71 0 0.18
HSL 299.19º 0.62% 0.53% -
HSV(B) 299.19º 0.71% 0.82% -
XYZ 39.31 21.4 63.03 -
YUV 121.94 177.7 189.38 -
System Red Green Blue C M Y K H S L
Decimal 208 61 210 0.01 0.71 0 0.18 299.19 0.62 0.53
Hex D0 3D D2 1 47 0 12 12B 3E 35
Octal 320 75 322 1 107 0 22 453 76 65
Binary 11010000 111101 11010010 1 1000111 0 10010 100101011 111110 110101

Color Harmonies of #D03DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03DD2

Black with #D03DD2

Text Example


Text Example

White with #D03DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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