Html Css Color HEX #D068B7 Fuchsia

📋 copy color: '#D068B7'

red 208 ◦ green 104 ◦ blue 183

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

Shades of Fuchsia #D068B7

Tints of Fuchsia #D068B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.97%

R = 42.02%
G = 21.01%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D068B7 (or 0xD068B7) is known color: Fuchsia. HEX triplet: D0, 68 and B7. RGB value is (208,104,183). Sum of RGB (Red+Green+Blue) = 208+104+183=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 104 (41.02% from 255 or 21.01% from 495); Blue value is 183 (71.88% from 255 or 36.97% from 495); Max value from RGB is 208 - color contains mainly: red. Hex color #D068B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D068B7 is #2F9748. Grayscale: #8F8F8F. Windows color (decimal): -3118921 or 12019920. OLE color: 12019920.

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

Color convert

RGB 208 104 183 -
CMYK 0 0.5 0.12 0.18
HSL 314.42º 0.53% 0.61% -
HSV(B) 314.42º 0.5% 0.82% -
XYZ 39.51 26.73 47.88 -
YUV 144.1 149.96 173.58 -
System Red Green Blue C M Y K H S L
Decimal 208 104 183 0 0.5 0.12 0.18 314.42 0.53 0.61
Hex D0 68 B7 0 32 C 12 13A 35 3D
Octal 320 150 267 0 62 14 22 472 65 75
Binary 11010000 1101000 10110111 0 110010 1100 10010 100111010 110101 111101

Color Harmonies of #D068B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D068B7

Black with #D068B7

Text Example


Text Example

White with #D068B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D068B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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