Html Css Color HEX #D06ABA Fuchsia

📋 copy color: '#D06ABA'

red 208 ◦ green 106 ◦ blue 186

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

Shades of Fuchsia #D06ABA

Tints of Fuchsia #D06ABA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.2%

 BLUE value IS 186 (73.05% from 255) = 37.2%

R = 41.6%
G = 21.2%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D06ABA (or 0xD06ABA) is known color: Fuchsia. HEX triplet: D0, 6A and BA. RGB value is (208,106,186). Sum of RGB (Red+Green+Blue) = 208+106+186=500 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.6% from 500); Green value is 106 (41.80% from 255 or 21.2% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 208 - color contains mainly: red. Hex color #D06ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06ABA is #2F9545. Grayscale: #919191. Windows color (decimal): -3118406 or 12217040. OLE color: 12217040.

HSL color Cylindrical-coordinate representation of color #D06ABA: hue angle of 312.94º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D06ABA is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 106 186 -
CMYK 0 0.49 0.11 0.18
HSL 312.94º 0.52% 0.62% -
HSV(B) 312.94º 0.49% 0.82% -
XYZ 40.03 27.26 49.61 -
YUV 145.62 150.79 172.5 -
System Red Green Blue C M Y K H S L
Decimal 208 106 186 0 0.49 0.11 0.18 312.94 0.52 0.62
Hex D0 6A BA 0 31 B 12 139 34 3E
Octal 320 152 272 0 61 13 22 471 64 76
Binary 11010000 1101010 10111010 0 110001 1011 10010 100111001 110100 111110

Color Harmonies of #D06ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06ABA

Black with #D06ABA

Text Example


Text Example

White with #D06ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06ABA; }

 p { color: rgb(208,106,186); }

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

background-color css

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

 a { background-color: rgb(208,106,186); }

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

border-color css

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

 span { border-color: rgb(208,106,186); }

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