Html Css Color HEX #D060B9 Fuchsia

📋 copy color: '#D060B9'

red 208 ◦ green 96 ◦ blue 185

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

Shades of Fuchsia #D060B9

Tints of Fuchsia #D060B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.83%

R = 42.54%
G = 19.63%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D060B9 (or 0xD060B9) is known color: Fuchsia. HEX triplet: D0, 60 and B9. RGB value is (208,96,185). Sum of RGB (Red+Green+Blue) = 208+96+185=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 96 (37.89% from 255 or 19.63% from 489); Blue value is 185 (72.66% from 255 or 37.83% from 489); Max value from RGB is 208 - color contains mainly: red. Hex color #D060B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D060B9 is #2F9F46. Grayscale: #8B8B8B. Windows color (decimal): -3120967 or 12148944. OLE color: 12148944.

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

Color convert

RGB 208 96 185 -
CMYK 0 0.54 0.11 0.18
HSL 312.32º 0.54% 0.6% -
HSV(B) 312.32º 0.54% 0.82% -
XYZ 38.95 25.28 48.73 -
YUV 139.63 153.61 176.76 -
System Red Green Blue C M Y K H S L
Decimal 208 96 185 0 0.54 0.11 0.18 312.32 0.54 0.6
Hex D0 60 B9 0 36 B 12 138 36 3C
Octal 320 140 271 0 66 13 22 470 66 74
Binary 11010000 1100000 10111001 0 110110 1011 10010 100111000 110110 111100

Color Harmonies of #D060B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D060B9

Black with #D060B9

Text Example


Text Example

White with #D060B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D060B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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