Html Css Color HEX #D168B2 Fuchsia

📋 copy color: '#D168B2'

red 209 ◦ green 104 ◦ blue 178

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

Shades of Fuchsia #D168B2

Tints of Fuchsia #D168B2

RGB

 RED value IS 209 (82.03% from 255) = 42.57%

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

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

R = 42.57%
G = 21.18%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D168B2 (or 0xD168B2) is known color: Fuchsia. HEX triplet: D1, 68 and B2. RGB value is (209,104,178). Sum of RGB (Red+Green+Blue) = 209+104+178=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 104 (41.02% from 255 or 21.18% from 491); Blue value is 178 (69.92% from 255 or 36.25% from 491); Max value from RGB is 209 - color contains mainly: red. Hex color #D168B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D168B2 is #2E974D. Grayscale: #8F8F8F. Windows color (decimal): -3053390 or 11692241. OLE color: 11692241.

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

Color convert

RGB 209 104 178 -
CMYK 0 0.50 0.15 0.18
HSL 317.71º 0.53% 0.61% -
HSV(B) 317.71º 0.5% 0.82% -
XYZ 39.28 26.67 45.2 -
YUV 143.83 147.29 174.48 -
System Red Green Blue C M Y K H S L
Decimal 209 104 178 0 0.50 0.15 0.18 317.71 0.53 0.61
Hex D1 68 B2 0 32 F 12 13E 35 3D
Octal 321 150 262 0 62 17 22 476 65 75
Binary 11010001 1101000 10110010 0 110010 1111 10010 100111110 110101 111101

Color Harmonies of #D168B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D168B2

Black with #D168B2

Text Example


Text Example

White with #D168B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D168B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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