#D65CC1

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

Shades of Fuchsia #D65CC1

Tints of Fuchsia #D65CC1

Color information

#D65CC1 (or 0xD65CC1) is unknown color: approx Fuchsia. HEX triplet: D6, 5C and C1. RGB value is (214,92,193). Sum of RGB (Red+Green+Blue) = 214+92+193=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 92 (36.33% from 255 or 18.44% from 499); Blue value is 193 (75.78% from 255 or 38.68% from 499); Max value from RGB is 214 - color contains mainly: red. Hex color #D65CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65CC1 is #29A33E. Grayscale: #8B8B8B. Windows color (decimal): -2728767 or 12672214. OLE color: 12672214.

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

Color convert

RGB21492193-
CMYK00.570.100.16
HSL310.33º59.8%60%-
HSV(B)310.33º57.01%83.92%-
XYZ41.1825.853.26-
YUV139.99157.92180.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.89%
GREEN value IS 92 (36.33% from 255) = 18.44%
BLUE value IS 193 (75.78% from 255) = 38.68%
R=42.89%
G=18.44%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149219300.570.100.16310.3359.860
HexD65CC1039A101363c3c
Octal32613430107112204667474
Binary110101101011100110000010111001101010000100110110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65CC1; }

 p { color: rgb(214,92,193); }

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

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

 a { background-color: rgb(214,92,193); }

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

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

 span { border-color: rgb(214,92,193); }

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