Html Css Color HEX #D060BB Fuchsia

📋 copy color: '#D060BB'

red 208 ◦ green 96 ◦ blue 187

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

Shades of Fuchsia #D060BB

Tints of Fuchsia #D060BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.09%

R = 42.36%
G = 19.55%
B = 38.09%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D060BB (or 0xD060BB) is known color: Fuchsia. HEX triplet: D0, 60 and BB. RGB value is (208,96,187). Sum of RGB (Red+Green+Blue) = 208+96+187=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 96 (37.89% from 255 or 19.55% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 208 - color contains mainly: red. Hex color #D060BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D060BB is #2F9F44. Grayscale: #8B8B8B. Windows color (decimal): -3120965 or 12280016. OLE color: 12280016.

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

Color convert

RGB 208 96 187 -
CMYK 0 0.54 0.10 0.18
HSL 311.25º 0.54% 0.6% -
HSV(B) 311.25º 0.54% 0.82% -
XYZ 39.16 25.36 49.85 -
YUV 139.86 154.61 176.6 -
System Red Green Blue C M Y K H S L
Decimal 208 96 187 0 0.54 0.10 0.18 311.25 0.54 0.6
Hex D0 60 BB 0 36 A 12 137 36 3C
Octal 320 140 273 0 66 12 22 467 66 74
Binary 11010000 1100000 10111011 0 110110 1010 10010 100110111 110110 111100

Color Harmonies of #D060BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D060BB

Black with #D060BB

Text Example


Text Example

White with #D060BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D060BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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