Html Css Color HEX #D950DD Free Speech Magenta

📋 copy color: '#D950DD'

red 217 ◦ green 80 ◦ blue 221

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

Shades of Free Speech Magenta #D950DD

Tints of Free Speech Magenta #D950DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.66%

R = 41.89%
G = 15.44%
B = 42.66%

CMYK

 C value IS 0.02

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D950DD (or 0xD950DD) is known color: Free Speech Magenta. HEX triplet: D9, 50 and DD. RGB value is (217,80,221). Sum of RGB (Red+Green+Blue) = 217+80+221=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 80 (31.64% from 255 or 15.44% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #D950DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D950DD is #26AF22. Grayscale: #888888. Windows color (decimal): -2535203 or 14504153. OLE color: 14504153.

HSL color Cylindrical-coordinate representation of color #D950DD: hue angle of 298.3º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D950DD is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 80 221 -
CMYK 0.02 0.64 0 0.13
HSL 298.3º 0.67% 0.59% -
HSV(B) 298.3º 0.64% 0.87% -
XYZ 44.54 25.71 71.02 -
YUV 137.04 175.39 185.04 -
System Red Green Blue C M Y K H S L
Decimal 217 80 221 0.02 0.64 0 0.13 298.3 0.67 0.59
Hex D9 50 DD 2 40 0 D 12A 43 3B
Octal 331 120 335 2 100 0 15 452 103 73
Binary 11011001 1010000 11011101 10 1000000 0 1101 100101010 1000011 111011

Color Harmonies of #D950DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D950DD

Black with #D950DD

Text Example


Text Example

White with #D950DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D950DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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