Html Css Color HEX #D950DA Free Speech Magenta

📋 copy color: '#D950DA'

red 217 ◦ green 80 ◦ blue 218

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

Shades of Free Speech Magenta #D950DA

Tints of Free Speech Magenta #D950DA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.53%

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

R = 42.14%
G = 15.53%
B = 42.33%

CMYK

 C value IS 0.00

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D950DA (or 0xD950DA) is known color: Free Speech Magenta. HEX triplet: D9, 50 and DA. RGB value is (217,80,218). Sum of RGB (Red+Green+Blue) = 217+80+218=515 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.14% from 515); Green value is 80 (31.64% from 255 or 15.53% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 218 - color contains mainly: blue. Hex color #D950DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D950DA is #26AF25. Grayscale: #888888. Windows color (decimal): -2535206 or 14307545. OLE color: 14307545.

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

Color convert

RGB 217 80 218 -
CMYK 0.00 0.63 0 0.15
HSL 299.57º 0.65% 0.58% -
HSV(B) 299.57º 0.63% 0.85% -
XYZ 44.14 25.55 68.94 -
YUV 136.7 173.89 185.28 -
System Red Green Blue C M Y K H S L
Decimal 217 80 218 0.00 0.63 0 0.15 299.57 0.65 0.58
Hex D9 50 DA 0 3F 0 F 12C 41 3A
Octal 331 120 332 0 77 0 17 454 101 72
Binary 11011001 1010000 11011010 0 111111 0 1111 100101100 1000001 111010

Color Harmonies of #D950DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D950DA

Black with #D950DA

Text Example


Text Example

White with #D950DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D950DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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