Html Css Color HEX #D155DD Free Speech Magenta

📋 copy color: '#D155DD'

red 209 ◦ green 85 ◦ blue 221

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

Shades of Free Speech Magenta #D155DD

Tints of Free Speech Magenta #D155DD

RGB

 RED value IS 209 (82.03% from 255) = 40.58%

 GREEN value IS 85 (33.59% from 255) = 16.5%

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

R = 40.58%
G = 16.5%
B = 42.91%

CMYK

 C value IS 0.05

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D155DD (or 0xD155DD) is known color: Free Speech Magenta. HEX triplet: D1, 55 and DD. RGB value is (209,85,221). Sum of RGB (Red+Green+Blue) = 209+85+221=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 85 (33.59% from 255 or 16.50% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #D155DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D155DD is #2EAA22. Grayscale: #898989. Windows color (decimal): -3058211 or 14505425. OLE color: 14505425.

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

Color convert

RGB 209 85 221 -
CMYK 0.05 0.62 0 0.13
HSL 294.71º 0.67% 0.6% -
HSV(B) 294.71º 0.62% 0.87% -
XYZ 42.59 25.27 71.04 -
YUV 137.58 175.08 178.94 -
System Red Green Blue C M Y K H S L
Decimal 209 85 221 0.05 0.62 0 0.13 294.71 0.67 0.6
Hex D1 55 DD 5 3E 0 D 127 43 3C
Octal 321 125 335 5 76 0 15 447 103 74
Binary 11010001 1010101 11011101 101 111110 0 1101 100100111 1000011 111100

Color Harmonies of #D155DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D155DD

Black with #D155DD

Text Example


Text Example

White with #D155DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D155DD; }

 p { color: rgb(209,85,221); }

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

background-color css

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

 a { background-color: rgb(209,85,221); }

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

border-color css

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

 span { border-color: rgb(209,85,221); }

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