Html Css Color HEX #D060C2 Fuchsia

📋 copy color: '#D060C2'

red 208 ◦ green 96 ◦ blue 194

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

Shades of Fuchsia #D060C2

Tints of Fuchsia #D060C2

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.28%

 BLUE value IS 194 (76.17% from 255) = 38.96%

R = 41.77%
G = 19.28%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D060C2 (or 0xD060C2) is known color: Fuchsia. HEX triplet: D0, 60 and C2. RGB value is (208,96,194). Sum of RGB (Red+Green+Blue) = 208+96+194=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 96 (37.89% from 255 or 19.28% from 498); Blue value is 194 (76.17% from 255 or 38.96% from 498); Max value from RGB is 208 - color contains mainly: red. Hex color #D060C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D060C2 is #2F9F3D. Grayscale: #8C8C8C. Windows color (decimal): -3120958 or 12738768. OLE color: 12738768.

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

Color convert

RGB 208 96 194 -
CMYK 0 0.54 0.07 0.18
HSL 307.5º 0.54% 0.6% -
HSV(B) 307.5º 0.54% 0.82% -
XYZ 39.93 25.67 53.89 -
YUV 140.66 158.11 176.03 -
System Red Green Blue C M Y K H S L
Decimal 208 96 194 0 0.54 0.07 0.18 307.5 0.54 0.6
Hex D0 60 C2 0 36 7 12 134 36 3C
Octal 320 140 302 0 66 7 22 464 66 74
Binary 11010000 1100000 11000010 0 110110 111 10010 100110100 110110 111100

Color Harmonies of #D060C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D060C2

Black with #D060C2

Text Example


Text Example

White with #D060C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D060C2; }

 p { color: rgb(208,96,194); }

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

background-color css

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

 a { background-color: rgb(208,96,194); }

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

border-color css

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

 span { border-color: rgb(208,96,194); }

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