Html Css Color HEX #D158D6 Free Speech Magenta

📋 copy color: '#D158D6'

red 209 ◦ green 88 ◦ blue 214

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

Shades of Free Speech Magenta #D158D6

Tints of Free Speech Magenta #D158D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.88%

R = 40.9%
G = 17.22%
B = 41.88%

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

#D158D6 (or 0xD158D6) is known color: Free Speech Magenta. HEX triplet: D1, 58 and D6. RGB value is (209,88,214). Sum of RGB (Red+Green+Blue) = 209+88+214=511 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.90% from 511); Green value is 88 (34.77% from 255 or 17.22% from 511); Blue value is 214 (83.98% from 255 or 41.88% from 511); Max value from RGB is 214 - color contains mainly: blue. Hex color #D158D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D158D6 is #2EA729. Grayscale: #8A8A8A. Windows color (decimal): -3057450 or 14047441. OLE color: 14047441.

HSL color Cylindrical-coordinate representation of color #D158D6: hue angle of 297.62º degrees, saturation: 0.61, 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 #D158D6 is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 88 214 -
CMYK 0.02 0.59 0 0.16
HSL 297.62º 0.61% 0.59% -
HSV(B) 297.62º 0.59% 0.84% -
XYZ 41.92 25.39 66.31 -
YUV 138.54 170.59 178.25 -
System Red Green Blue C M Y K H S L
Decimal 209 88 214 0.02 0.59 0 0.16 297.62 0.61 0.59
Hex D1 58 D6 2 3B 0 10 12A 3D 3B
Octal 321 130 326 2 73 0 20 452 75 73
Binary 11010001 1011000 11010110 10 111011 0 10000 100101010 111101 111011

Color Harmonies of #D158D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D158D6

Black with #D158D6

Text Example


Text Example

White with #D158D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D158D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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