#D669B4

Color #D669B4 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #D669B4

Tints of Fuchsia #D669B4

Color information

#D669B4 (or 0xD669B4) is unknown color: approx Fuchsia. HEX triplet: D6, 69 and B4. RGB value is (214,105,180). Sum of RGB (Red+Green+Blue) = 214+105+180=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 105 (41.41% from 255 or 21.04% from 499); Blue value is 180 (70.70% from 255 or 36.07% from 499); Max value from RGB is 214 - color contains mainly: red. Hex color #D669B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D669B4 is #29964B. Grayscale: #919191. Windows color (decimal): -2725452 or 11823574. OLE color: 11823574.

HSL color Cylindrical-coordinate representation of color #D669B4: hue angle of 318.72º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D669B4 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB214105180-
CMYK00.510.160.16
HSL318.72º57.07%62.55%-
HSV(B)318.72º50.93%83.92%-
XYZ41.0227.6946.36-
YUV146.14147.11176.4-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.89%
GREEN value IS 105 (41.41% from 255) = 21.04%
BLUE value IS 180 (70.70% from 255) = 36.07%
R=42.89%
G=21.04%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410518000.510.160.16318.7257.0762.55
HexD669B4033101013f393f
Octal32615126406320204777177
Binary1101011011010011011010001100111000010000100111111111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D669B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D669B4; }

 p { color: rgb(214,105,180); }

 H1.HeaderClassName
 {
   color: #D669B4;
 }
 .AnyTagClassName
 {
   color: #D669B4;
 }
</style>
background-color css

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

 a { background-color: rgb(214,105,180); }

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

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

 span { border-color: rgb(214,105,180); }

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