Html Css Color HEX #D068B2 Fuchsia

📋 copy color: '#D068B2'

red 208 ◦ green 104 ◦ blue 178

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

Shades of Fuchsia #D068B2

Tints of Fuchsia #D068B2

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.22%

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

R = 42.45%
G = 21.22%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D068B2 (or 0xD068B2) is known color: Fuchsia. HEX triplet: D0, 68 and B2. RGB value is (208,104,178). Sum of RGB (Red+Green+Blue) = 208+104+178=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 104 (41.02% from 255 or 21.22% from 490); Blue value is 178 (69.92% from 255 or 36.33% from 490); Max value from RGB is 208 - color contains mainly: red. Hex color #D068B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D068B2 is #2F974D. Grayscale: #8F8F8F. Windows color (decimal): -3118926 or 11692240. OLE color: 11692240.

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

Color convert

RGB 208 104 178 -
CMYK 0 0.5 0.14 0.18
HSL 317.31º 0.53% 0.61% -
HSV(B) 317.31º 0.5% 0.82% -
XYZ 39 26.52 45.18 -
YUV 143.53 147.46 173.98 -
System Red Green Blue C M Y K H S L
Decimal 208 104 178 0 0.5 0.14 0.18 317.31 0.53 0.61
Hex D0 68 B2 0 32 E 12 13D 35 3D
Octal 320 150 262 0 62 16 22 475 65 75
Binary 11010000 1101000 10110010 0 110010 1110 10010 100111101 110101 111101

Color Harmonies of #D068B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D068B2

Black with #D068B2

Text Example


Text Example

White with #D068B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D068B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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