Html Css Color HEX #D959DA Free Speech Magenta

📋 copy color: '#D959DA'

red 217 ◦ green 89 ◦ blue 218

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

Shades of Free Speech Magenta #D959DA

Tints of Free Speech Magenta #D959DA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 16.98%

 BLUE value IS 218 (85.55% from 255) = 41.6%

R = 41.41%
G = 16.98%
B = 41.6%

CMYK

 C value IS 0.00

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D959DA (or 0xD959DA) is known color: Free Speech Magenta. HEX triplet: D9, 59 and DA. RGB value is (217,89,218). Sum of RGB (Red+Green+Blue) = 217+89+218=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 89 (35.16% from 255 or 16.98% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 218 - color contains mainly: blue. Hex color #D959DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D959DA is #26A625. Grayscale: #8D8D8D. Windows color (decimal): -2532902 or 14309849. OLE color: 14309849.

HSL color Cylindrical-coordinate representation of color #D959DA: hue angle of 299.53º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D959DA is Cyan = 0.00, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 89 218 -
CMYK 0.00 0.59 0 0.15
HSL 299.53º 0.64% 0.6% -
HSV(B) 299.53º 0.59% 0.85% -
XYZ 44.84 26.96 69.17 -
YUV 141.98 170.91 181.51 -
System Red Green Blue C M Y K H S L
Decimal 217 89 218 0.00 0.59 0 0.15 299.53 0.64 0.6
Hex D9 59 DA 0 3B 0 F 12C 40 3C
Octal 331 131 332 0 73 0 17 454 100 74
Binary 11011001 1011001 11011010 0 111011 0 1111 100101100 1000000 111100

Color Harmonies of #D959DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D959DA

Black with #D959DA

Text Example


Text Example

White with #D959DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D959DA; }

 p { color: rgb(217,89,218); }

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

background-color css

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

 a { background-color: rgb(217,89,218); }

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

border-color css

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

 span { border-color: rgb(217,89,218); }

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