Html Css Color HEX #D739DD Free Speech Magenta

📋 copy color: '#D739DD'

red 215 ◦ green 57 ◦ blue 221

#D739DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #D739DD

Tints of Free Speech Magenta #D739DD

RGB

 RED value IS 215 (84.38% from 255) = 43.61%

 GREEN value IS 57 (22.66% from 255) = 11.56%

 BLUE value IS 221 (86.72% from 255) = 44.83%

R = 43.61%
G = 11.56%
B = 44.83%

CMYK

 C value IS 0.03

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D739DD (or 0xD739DD) is known color: Free Speech Magenta. HEX triplet: D7, 39 and DD. RGB value is (215,57,221). Sum of RGB (Red+Green+Blue) = 215+57+221=493 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.61% from 493); Green value is 57 (22.66% from 255 or 11.56% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #D739DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D739DD is #28C622. Grayscale: #7A7A7A. Windows color (decimal): -2672163 or 14498263. OLE color: 14498263.

HSL color Cylindrical-coordinate representation of color #D739DD: hue angle of 297.8º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D739DD is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 57 221 -
CMYK 0.03 0.74 0 0.13
HSL 297.8º 0.71% 0.55% -
HSV(B) 297.8º 0.74% 0.87% -
XYZ 42.54 22.59 70.53 -
YUV 122.94 183.35 193.66 -
System Red Green Blue C M Y K H S L
Decimal 215 57 221 0.03 0.74 0 0.13 297.8 0.71 0.55
Hex D7 39 DD 3 4A 0 D 12A 47 37
Octal 327 71 335 3 112 0 15 452 107 67
Binary 11010111 111001 11011101 11 1001010 0 1101 100101010 1000111 110111

Color Harmonies of #D739DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D739DD

Black with #D739DD

Text Example


Text Example

White with #D739DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D739DD; }

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

 H1.HeaderClassName
 {
   color: #D739DD;
 }
 .AnyTagClassName
 {
   color: #D739DD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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