Html Css Color HEX #D03CD2 Fuchsia

📋 copy color: '#D03CD2'

red 208 ◦ green 60 ◦ blue 210

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

Shades of Fuchsia #D03CD2

Tints of Fuchsia #D03CD2

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.55%

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

R = 43.51%
G = 12.55%
B = 43.93%

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

#D03CD2 (or 0xD03CD2) is known color: Fuchsia. HEX triplet: D0, 3C and D2. RGB value is (208,60,210). Sum of RGB (Red+Green+Blue) = 208+60+210=478 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.51% from 478); Green value is 60 (23.83% from 255 or 12.55% from 478); Blue value is 210 (82.42% from 255 or 43.93% from 478); Max value from RGB is 210 - color contains mainly: blue. Hex color #D03CD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03CD2 is #2FC32D. Grayscale: #787878. Windows color (decimal): -3130158 or 13778128. OLE color: 13778128.

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

Color convert

RGB 208 60 210 -
CMYK 0.01 0.71 0 0.18
HSL 299.2º 0.63% 0.53% -
HSV(B) 299.2º 0.71% 0.82% -
XYZ 39.26 21.29 63.01 -
YUV 121.35 178.03 189.8 -
System Red Green Blue C M Y K H S L
Decimal 208 60 210 0.01 0.71 0 0.18 299.2 0.63 0.53
Hex D0 3C D2 1 47 0 12 12B 3E 35
Octal 320 74 322 1 107 0 22 453 76 65
Binary 11010000 111100 11010010 1 1000111 0 10010 100101011 111110 110101

Color Harmonies of #D03CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03CD2

Black with #D03CD2

Text Example


Text Example

White with #D03CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03CD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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