#D251D7

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

Shades of Free Speech Magenta #D251D7

Tints of Free Speech Magenta #D251D7

Color information

#D251D7 (or 0xD251D7) is unknown color: approx Free Speech Magenta. HEX triplet: D2, 51 and D7. RGB value is (210,81,215). Sum of RGB (Red+Green+Blue) = 210+81+215=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 81 (32.03% from 255 or 16.01% from 506); Blue value is 215 (84.38% from 255 or 42.49% from 506); Max value from RGB is 215 - color contains mainly: blue. Hex color #D251D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D251D7 is #2DAE28. Grayscale: #868686. Windows color (decimal): -2993705 or 14111186. OLE color: 14111186.

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

Color convert

RGB21081215-
CMYK0.020.6200.16
HSL297.76º62.62%58.04%-
HSV(B)297.76º62.33%84.31%-
XYZ41.7924.4966.82-
YUV134.85173.24181.6-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.50%
GREEN value IS 81 (32.03% from 255) = 16.01%
BLUE value IS 215 (84.38% from 255) = 42.49%
R=41.50%
G=16.01%
B=42.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal210812150.020.6200.16297.7662.6258.04
HexD251D723E01012a3f3a
Octal3221213272760204527772
Binary1101001010100011101011110111110010000100101010111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D251D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D251D7; }

 p { color: rgb(210,81,215); }

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

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

 a { background-color: rgb(210,81,215); }

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

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

 span { border-color: rgb(210,81,215); }

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