#D654B4

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

Shades of Fuchsia #D654B4

Tints of Fuchsia #D654B4

Color information

#D654B4 (or 0xD654B4) is unknown color: approx Fuchsia. HEX triplet: D6, 54 and B4. RGB value is (214,84,180). Sum of RGB (Red+Green+Blue) = 214+84+180=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 84 (33.20% from 255 or 17.57% from 478); Blue value is 180 (70.70% from 255 or 37.66% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D654B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D654B4 is #29AB4B. Grayscale: #858585. Windows color (decimal): -2730828 or 11818198. OLE color: 11818198.

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

Color convert

RGB21484180-
CMYK00.610.160.16
HSL315.69º61.32%58.43%-
HSV(B)315.69º60.75%83.92%-
XYZ39.1423.9345.74-
YUV133.81154.07185.19-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.77%
GREEN value IS 84 (33.20% from 255) = 17.57%
BLUE value IS 180 (70.70% from 255) = 37.66%
R=44.77%
G=17.57%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148418000.610.160.16315.6961.3258.43
HexD654B403D101013c3d3a
Octal32612426407520204747572
Binary1101011010101001011010001111011000010000100111100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D654B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D654B4; }

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

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

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

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

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

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

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

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