Html Css Color HEX #D158D5 Free Speech Magenta

📋 copy color: '#D158D5'

red 209 ◦ green 88 ◦ blue 213

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

Shades of Free Speech Magenta #D158D5

Tints of Free Speech Magenta #D158D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.76%

R = 40.98%
G = 17.25%
B = 41.76%

CMYK

 C value IS 0.02

 M value IS 0.59

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D158D5 (or 0xD158D5) is known color: Free Speech Magenta. HEX triplet: D1, 58 and D5. RGB value is (209,88,213). Sum of RGB (Red+Green+Blue) = 209+88+213=510 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.98% from 510); Green value is 88 (34.77% from 255 or 17.25% from 510); Blue value is 213 (83.59% from 255 or 41.76% from 510); Max value from RGB is 213 - color contains mainly: blue. Hex color #D158D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D158D5 is #2EA72A. Grayscale: #8A8A8A. Windows color (decimal): -3057451 or 13981905. OLE color: 13981905.

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

Color convert

RGB 209 88 213 -
CMYK 0.02 0.59 0 0.16
HSL 298.08º 0.6% 0.59% -
HSV(B) 298.08º 0.59% 0.84% -
XYZ 41.79 25.34 65.64 -
YUV 138.43 170.09 178.34 -
System Red Green Blue C M Y K H S L
Decimal 209 88 213 0.02 0.59 0 0.16 298.08 0.6 0.59
Hex D1 58 D5 2 3B 0 10 12A 3C 3B
Octal 321 130 325 2 73 0 20 452 74 73
Binary 11010001 1011000 11010101 10 111011 0 10000 100101010 111100 111011

Color Harmonies of #D158D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D158D5

Black with #D158D5

Text Example


Text Example

White with #D158D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D158D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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