Html Css Color HEX #D061B2 Fuchsia

📋 copy color: '#D061B2'

red 208 ◦ green 97 ◦ blue 178

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

Shades of Fuchsia #D061B2

Tints of Fuchsia #D061B2

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.08%

 BLUE value IS 178 (69.92% from 255) = 36.85%

R = 43.06%
G = 20.08%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D061B2 (or 0xD061B2) is known color: Fuchsia. HEX triplet: D0, 61 and B2. RGB value is (208,97,178). Sum of RGB (Red+Green+Blue) = 208+97+178=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 97 (38.28% from 255 or 20.08% from 483); Blue value is 178 (69.92% from 255 or 36.85% from 483); Max value from RGB is 208 - color contains mainly: red. Hex color #D061B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D061B2 is #2F9E4D. Grayscale: #8B8B8B. Windows color (decimal): -3120718 or 11690448. OLE color: 11690448.

HSL color Cylindrical-coordinate representation of color #D061B2: hue angle of 316.22º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D061B2 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 97 178 -
CMYK 0 0.53 0.14 0.18
HSL 316.22º 0.54% 0.6% -
HSV(B) 316.22º 0.53% 0.82% -
XYZ 38.32 25.17 44.96 -
YUV 139.42 149.77 176.91 -
System Red Green Blue C M Y K H S L
Decimal 208 97 178 0 0.53 0.14 0.18 316.22 0.54 0.6
Hex D0 61 B2 0 35 E 12 13C 36 3C
Octal 320 141 262 0 65 16 22 474 66 74
Binary 11010000 1100001 10110010 0 110101 1110 10010 100111100 110110 111100

Color Harmonies of #D061B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D061B2

Black with #D061B2

Text Example


Text Example

White with #D061B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D061B2; }

 p { color: rgb(208,97,178); }

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

background-color css

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

 a { background-color: rgb(208,97,178); }

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

border-color css

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

 span { border-color: rgb(208,97,178); }

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