#D250CC

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

Shades of Fuchsia #D250CC

Tints of Fuchsia #D250CC

Color information

#D250CC (or 0xD250CC) is unknown color: approx Fuchsia. HEX triplet: D2, 50 and CC. RGB value is (210,80,204). Sum of RGB (Red+Green+Blue) = 210+80+204=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 80 (31.64% from 255 or 16.19% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 210 - color contains mainly: red. Hex color #D250CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D250CC is #2DAF33. Grayscale: #848484. Windows color (decimal): -2993972 or 13390034. OLE color: 13390034.

HSL color Cylindrical-coordinate representation of color #D250CC: hue angle of 302.77º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D250CC is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB21080204-
CMYK00.620.030.18
HSL302.77º59.09%56.86%-
HSV(B)302.77º61.9%82.35%-
XYZ40.3523.859.59-
YUV133.01168.07182.92-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.51%
GREEN value IS 80 (31.64% from 255) = 16.19%
BLUE value IS 204 (80.08% from 255) = 41.30%
R=42.51%
G=16.19%
B=41.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2108020400.620.030.18302.7759.0956.86
HexD250CC03E31212f3b39
Octal3221203140763224577371
Binary1101001010100001100110001111101110010100101111111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D250CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D250CC; }

 p { color: rgb(210,80,204); }

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

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

 a { background-color: rgb(210,80,204); }

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

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

 span { border-color: rgb(210,80,204); }

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