Html Css Color HEX #D950CD Free Speech Magenta

📋 copy color: '#D950CD'

red 217 ◦ green 80 ◦ blue 205

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

Shades of Free Speech Magenta #D950CD

Tints of Free Speech Magenta #D950CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.84%

R = 43.23%
G = 15.94%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D950CD (or 0xD950CD) is known color: Free Speech Magenta. HEX triplet: D9, 50 and CD. RGB value is (217,80,205). Sum of RGB (Red+Green+Blue) = 217+80+205=502 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.23% from 502); Green value is 80 (31.64% from 255 or 15.94% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 217 - color contains mainly: red. Hex color #D950CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D950CD is #26AF32. Grayscale: #868686. Windows color (decimal): -2535219 or 13455577. OLE color: 13455577.

HSL color Cylindrical-coordinate representation of color #D950CD: hue angle of 305.26º degrees, saturation: 0.64, 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 #D950CD is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 80 205 -
CMYK 0 0.63 0.06 0.15
HSL 305.26º 0.64% 0.58% -
HSV(B) 305.26º 0.63% 0.85% -
XYZ 42.5 24.9 60.32 -
YUV 135.21 167.39 186.34 -
System Red Green Blue C M Y K H S L
Decimal 217 80 205 0 0.63 0.06 0.15 305.26 0.64 0.58
Hex D9 50 CD 0 3F 6 F 131 40 3A
Octal 331 120 315 0 77 6 17 461 100 72
Binary 11011001 1010000 11001101 0 111111 110 1111 100110001 1000000 111010

Color Harmonies of #D950CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D950CD

Black with #D950CD

Text Example


Text Example

White with #D950CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D950CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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