Html Css Color HEX #D060BC Fuchsia

📋 copy color: '#D060BC'

red 208 ◦ green 96 ◦ blue 188

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

Shades of Fuchsia #D060BC

Tints of Fuchsia #D060BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.21%

R = 42.28%
G = 19.51%
B = 38.21%

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

#D060BC (or 0xD060BC) is known color: Fuchsia. HEX triplet: D0, 60 and BC. RGB value is (208,96,188). Sum of RGB (Red+Green+Blue) = 208+96+188=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 96 (37.89% from 255 or 19.51% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 208 - color contains mainly: red. Hex color #D060BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D060BC is #2F9F43. Grayscale: #8B8B8B. Windows color (decimal): -3120964 or 12345552. OLE color: 12345552.

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

Color convert

RGB 208 96 188 -
CMYK 0 0.54 0.10 0.18
HSL 310.71º 0.54% 0.6% -
HSV(B) 310.71º 0.54% 0.82% -
XYZ 39.27 25.41 50.41 -
YUV 139.98 155.11 176.52 -
System Red Green Blue C M Y K H S L
Decimal 208 96 188 0 0.54 0.10 0.18 310.71 0.54 0.6
Hex D0 60 BC 0 36 A 12 137 36 3C
Octal 320 140 274 0 66 12 22 467 66 74
Binary 11010000 1100000 10111100 0 110110 1010 10010 100110111 110110 111100

Color Harmonies of #D060BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D060BC

Black with #D060BC

Text Example


Text Example

White with #D060BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D060BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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