Html Css Color HEX #D958DB Free Speech Magenta

📋 copy color: '#D958DB'

red 217 ◦ green 88 ◦ blue 219

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

Shades of Free Speech Magenta #D958DB

Tints of Free Speech Magenta #D958DB

RGB

 RED value IS 217 (85.16% from 255) = 41.41%

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

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

R = 41.41%
G = 16.79%
B = 41.79%

CMYK

 C value IS 0.01

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D958DB (or 0xD958DB) is known color: Free Speech Magenta. HEX triplet: D9, 58 and DB. RGB value is (217,88,219). Sum of RGB (Red+Green+Blue) = 217+88+219=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 88 (34.77% from 255 or 16.79% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #D958DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D958DB is #26A724. Grayscale: #8D8D8D. Windows color (decimal): -2533157 or 14375129. OLE color: 14375129.

HSL color Cylindrical-coordinate representation of color #D958DB: hue angle of 299.08º 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 #D958DB is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 88 219 -
CMYK 0.01 0.60 0 0.14
HSL 299.08º 0.65% 0.6% -
HSV(B) 299.08º 0.6% 0.86% -
XYZ 44.89 26.85 69.83 -
YUV 141.51 171.74 181.85 -
System Red Green Blue C M Y K H S L
Decimal 217 88 219 0.01 0.60 0 0.14 299.08 0.65 0.6
Hex D9 58 DB 1 3C 0 E 12B 41 3C
Octal 331 130 333 1 74 0 16 453 101 74
Binary 11011001 1011000 11011011 1 111100 0 1110 100101011 1000001 111100

Color Harmonies of #D958DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D958DB

Black with #D958DB

Text Example


Text Example

White with #D958DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D958DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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