Html Css Color HEX #D060C5 Fuchsia

📋 copy color: '#D060C5'

red 208 ◦ green 96 ◦ blue 197

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

Shades of Fuchsia #D060C5

Tints of Fuchsia #D060C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 39.32%

R = 41.52%
G = 19.16%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D060C5 (or 0xD060C5) is known color: Fuchsia. HEX triplet: D0, 60 and C5. RGB value is (208,96,197). Sum of RGB (Red+Green+Blue) = 208+96+197=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 96 (37.89% from 255 or 19.16% from 501); Blue value is 197 (77.34% from 255 or 39.32% from 501); Max value from RGB is 208 - color contains mainly: red. Hex color #D060C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D060C5 is #2F9F3A. Grayscale: #8C8C8C. Windows color (decimal): -3120955 or 12935376. OLE color: 12935376.

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

Color convert

RGB 208 96 197 -
CMYK 0 0.54 0.05 0.18
HSL 305.89º 0.54% 0.6% -
HSV(B) 305.89º 0.54% 0.82% -
XYZ 40.27 25.81 55.68 -
YUV 141 159.61 175.79 -
System Red Green Blue C M Y K H S L
Decimal 208 96 197 0 0.54 0.05 0.18 305.89 0.54 0.6
Hex D0 60 C5 0 36 5 12 132 36 3C
Octal 320 140 305 0 66 5 22 462 66 74
Binary 11010000 1100000 11000101 0 110110 101 10010 100110010 110110 111100

Color Harmonies of #D060C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D060C5

Black with #D060C5

Text Example


Text Example

White with #D060C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D060C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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