Html Css Color HEX #D958DA Free Speech Magenta

📋 copy color: '#D958DA'

red 217 ◦ green 88 ◦ blue 218

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

Shades of Free Speech Magenta #D958DA

Tints of Free Speech Magenta #D958DA

RGB

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

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

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

R = 41.49%
G = 16.83%
B = 41.68%

CMYK

 C value IS 0.00

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D958DA (or 0xD958DA) is known color: Free Speech Magenta. HEX triplet: D9, 58 and DA. RGB value is (217,88,218). Sum of RGB (Red+Green+Blue) = 217+88+218=523 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.49% from 523); Green value is 88 (34.77% from 255 or 16.83% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #D958DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D958DA is #26A725. Grayscale: #8C8C8C. Windows color (decimal): -2533158 or 14309593. OLE color: 14309593.

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

Color convert

RGB 217 88 218 -
CMYK 0.00 0.60 0 0.15
HSL 299.54º 0.64% 0.6% -
HSV(B) 299.54º 0.6% 0.85% -
XYZ 44.76 26.79 69.14 -
YUV 141.39 171.24 181.93 -
System Red Green Blue C M Y K H S L
Decimal 217 88 218 0.00 0.60 0 0.15 299.54 0.64 0.6
Hex D9 58 DA 0 3C 0 F 12C 40 3C
Octal 331 130 332 0 74 0 17 454 100 74
Binary 11011001 1011000 11011010 0 111100 0 1111 100101100 1000000 111100

Color Harmonies of #D958DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D958DA

Black with #D958DA

Text Example


Text Example

White with #D958DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D958DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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