#D739DB

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

Shades of Free Speech Magenta #D739DB

Tints of Free Speech Magenta #D739DB

Color information

#D739DB (or 0xD739DB) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 39 and DB. RGB value is (215,57,219). Sum of RGB (Red+Green+Blue) = 215+57+219=491 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.79% from 491); Green value is 57 (22.66% from 255 or 11.61% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #D739DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D739DB is #28C624. Grayscale: #7A7A7A. Windows color (decimal): -2672165 or 14367191. OLE color: 14367191.

HSL color Cylindrical-coordinate representation of color #D739DB: hue angle of 298.52º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D739DB is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB21557219-
CMYK0.020.7400.14
HSL298.52º69.23%54.12%-
HSV(B)298.52º73.97%85.88%-
XYZ42.2722.4969.13-
YUV122.71182.35193.83-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.79%
GREEN value IS 57 (22.66% from 255) = 11.61%
BLUE value IS 219 (85.94% from 255) = 44.60%
R=43.79%
G=11.61%
B=44.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal215572190.020.7400.14298.5269.2354.12
HexD739DB24A0E12b4536
Octal32771333211201645310566
Binary1101011111100111011011101001010011101001010111000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D739DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D739DB; }

 p { color: rgb(215,57,219); }

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

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

 a { background-color: rgb(215,57,219); }

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

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

 span { border-color: rgb(215,57,219); }

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