Html Css Color HEX #D060C9 Fuchsia

📋 copy color: '#D060C9'

red 208 ◦ green 96 ◦ blue 201

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

Shades of Fuchsia #D060C9

Tints of Fuchsia #D060C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.8%

R = 41.19%
G = 19.01%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D060C9 (or 0xD060C9) is known color: Fuchsia. HEX triplet: D0, 60 and C9. RGB value is (208,96,201). Sum of RGB (Red+Green+Blue) = 208+96+201=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 96 (37.89% from 255 or 19.01% from 505); Blue value is 201 (78.91% from 255 or 39.80% from 505); Max value from RGB is 208 - color contains mainly: red. Hex color #D060C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D060C9 is #2F9F36. Grayscale: #8D8D8D. Windows color (decimal): -3120951 or 13197520. OLE color: 13197520.

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

Color convert

RGB 208 96 201 -
CMYK 0 0.54 0.03 0.18
HSL 303.75º 0.54% 0.6% -
HSV(B) 303.75º 0.54% 0.82% -
XYZ 40.74 25.99 58.13 -
YUV 141.46 161.61 175.46 -
System Red Green Blue C M Y K H S L
Decimal 208 96 201 0 0.54 0.03 0.18 303.75 0.54 0.6
Hex D0 60 C9 0 36 3 12 130 36 3C
Octal 320 140 311 0 66 3 22 460 66 74
Binary 11010000 1100000 11001001 0 110110 11 10010 100110000 110110 111100

Color Harmonies of #D060C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D060C9

Black with #D060C9

Text Example


Text Example

White with #D060C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D060C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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