Html Css Color HEX #D158DD Free Speech Magenta

📋 copy color: '#D158DD'

red 209 ◦ green 88 ◦ blue 221

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

Shades of Free Speech Magenta #D158DD

Tints of Free Speech Magenta #D158DD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.99%

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

R = 40.35%
G = 16.99%
B = 42.66%

CMYK

 C value IS 0.05

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D158DD (or 0xD158DD) is known color: Free Speech Magenta. HEX triplet: D1, 58 and DD. RGB value is (209,88,221). Sum of RGB (Red+Green+Blue) = 209+88+221=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 88 (34.77% from 255 or 16.99% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #D158DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D158DD is #2EA722. Grayscale: #8A8A8A. Windows color (decimal): -3057443 or 14506193. OLE color: 14506193.

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

Color convert

RGB 209 88 221 -
CMYK 0.05 0.60 0 0.13
HSL 294.59º 0.66% 0.61% -
HSV(B) 294.59º 0.6% 0.87% -
XYZ 42.84 25.76 71.12 -
YUV 139.34 174.09 177.69 -
System Red Green Blue C M Y K H S L
Decimal 209 88 221 0.05 0.60 0 0.13 294.59 0.66 0.61
Hex D1 58 DD 5 3C 0 D 127 42 3D
Octal 321 130 335 5 74 0 15 447 102 75
Binary 11010001 1011000 11011101 101 111100 0 1101 100100111 1000010 111101

Color Harmonies of #D158DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D158DD

Black with #D158DD

Text Example


Text Example

White with #D158DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D158DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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