Html Css Color HEX #D03CC6 Fuchsia

📋 copy color: '#D03CC6'

red 208 ◦ green 60 ◦ blue 198

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

Shades of Fuchsia #D03CC6

Tints of Fuchsia #D03CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 42.49%

R = 44.64%
G = 12.88%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D03CC6 (or 0xD03CC6) is known color: Fuchsia. HEX triplet: D0, 3C and C6. RGB value is (208,60,198). Sum of RGB (Red+Green+Blue) = 208+60+198=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 60 (23.83% from 255 or 12.88% from 466); Blue value is 198 (77.73% from 255 or 42.49% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D03CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03CC6 is #2FC339. Grayscale: #777777. Windows color (decimal): -3130170 or 12991696. OLE color: 12991696.

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

Color convert

RGB 208 60 198 -
CMYK 0 0.71 0.05 0.18
HSL 304.05º 0.61% 0.53% -
HSV(B) 304.05º 0.71% 0.82% -
XYZ 37.82 20.72 55.43 -
YUV 119.98 172.03 190.78 -
System Red Green Blue C M Y K H S L
Decimal 208 60 198 0 0.71 0.05 0.18 304.05 0.61 0.53
Hex D0 3C C6 0 47 5 12 130 3D 35
Octal 320 74 306 0 107 5 22 460 75 65
Binary 11010000 111100 11000110 0 1000111 101 10010 100110000 111101 110101

Color Harmonies of #D03CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03CC6

Black with #D03CC6

Text Example


Text Example

White with #D03CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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