#D269B2

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

Shades of Fuchsia #D269B2

Tints of Fuchsia #D269B2

Color information

#D269B2 (or 0xD269B2) is unknown color: approx Fuchsia. HEX triplet: D2, 69 and B2. RGB value is (210,105,178). Sum of RGB (Red+Green+Blue) = 210+105+178=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 105 (41.41% from 255 or 21.30% from 493); Blue value is 178 (69.92% from 255 or 36.11% from 493); Max value from RGB is 210 - color contains mainly: red. Hex color #D269B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D269B2 is #2D964D. Grayscale: #909090. Windows color (decimal): -2987598 or 11692498. OLE color: 11692498.

HSL color Cylindrical-coordinate representation of color #D269B2: hue angle of 318.29º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D269B2 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB210105178-
CMYK00.500.150.18
HSL318.29º53.85%61.76%-
HSV(B)318.29º50%82.35%-
XYZ39.6727.0245.24-
YUV144.72146.79174.56-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.60%
GREEN value IS 105 (41.41% from 255) = 21.30%
BLUE value IS 178 (69.92% from 255) = 36.11%
R=42.60%
G=21.30%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010517800.500.150.18318.2953.8561.76
HexD269B2032F1213e363e
Octal32215126206217224766676
Binary110100101101001101100100110010111110010100111110110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D269B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D269B2; }

 p { color: rgb(210,105,178); }

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

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

 a { background-color: rgb(210,105,178); }

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

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

 span { border-color: rgb(210,105,178); }

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