#D250DE

Color #D250DE Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #D250DE

Tints of Free Speech Magenta #D250DE

Color information

#D250DE (or 0xD250DE) is unknown color: approx Free Speech Magenta. HEX triplet: D2, 50 and DE. RGB value is (210,80,222). Sum of RGB (Red+Green+Blue) = 210+80+222=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 80 (31.64% from 255 or 15.62% from 512); Blue value is 222 (87.11% from 255 or 43.36% from 512); Max value from RGB is 222 - color contains mainly: blue. Hex color #D250DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D250DE is #2DAF21. Grayscale: #868686. Windows color (decimal): -2993954 or 14569682. OLE color: 14569682.

HSL color Cylindrical-coordinate representation of color #D250DE: hue angle of 294.93º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D250DE is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21080222-
CMYK0.050.6400.13
HSL294.93º68.27%59.22%-
HSV(B)294.93º63.96%87.06%-
XYZ42.6324.7171.63-
YUV135.06177.07181.45-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.02%
GREEN value IS 80 (31.64% from 255) = 15.62%
BLUE value IS 222 (87.11% from 255) = 43.36%
R=41.02%
G=15.62%
B=43.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal210802220.050.6400.13294.9368.2759.22
HexD250DE5400D127443b
Octal322120336510001544710473
Binary110100101010000110111101011000000011011001001111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D250DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D250DE; }

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

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

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

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

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

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

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

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