Html Css Color HEX #D158DB Free Speech Magenta

📋 copy color: '#D158DB'

red 209 ◦ green 88 ◦ blue 219

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

Shades of Free Speech Magenta #D158DB

Tints of Free Speech Magenta #D158DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.44%

R = 40.5%
G = 17.05%
B = 42.44%

CMYK

 C value IS 0.05

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D158DB (or 0xD158DB) is known color: Free Speech Magenta. HEX triplet: D1, 58 and DB. RGB value is (209,88,219). Sum of RGB (Red+Green+Blue) = 209+88+219=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 88 (34.77% from 255 or 17.05% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #D158DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D158DB is #2EA724. Grayscale: #8A8A8A. Windows color (decimal): -3057445 or 14375121. OLE color: 14375121.

HSL color Cylindrical-coordinate representation of color #D158DB: hue angle of 295.42º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D158DB is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 88 219 -
CMYK 0.05 0.60 0 0.14
HSL 295.42º 0.65% 0.6% -
HSV(B) 295.42º 0.6% 0.86% -
XYZ 42.57 25.65 69.72 -
YUV 139.11 173.09 177.85 -
System Red Green Blue C M Y K H S L
Decimal 209 88 219 0.05 0.60 0 0.14 295.42 0.65 0.6
Hex D1 58 DB 5 3C 0 E 127 41 3C
Octal 321 130 333 5 74 0 16 447 101 74
Binary 11010001 1011000 11011011 101 111100 0 1110 100100111 1000001 111100

Color Harmonies of #D158DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D158DB

Black with #D158DB

Text Example


Text Example

White with #D158DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D158DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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