Html Css Color HEX #D950CE Free Speech Magenta

📋 copy color: '#D950CE'

red 217 ◦ green 80 ◦ blue 206

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

Shades of Free Speech Magenta #D950CE

Tints of Free Speech Magenta #D950CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.95%

R = 43.14%
G = 15.9%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D950CE (or 0xD950CE) is known color: Free Speech Magenta. HEX triplet: D9, 50 and CE. RGB value is (217,80,206). Sum of RGB (Red+Green+Blue) = 217+80+206=503 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.14% from 503); Green value is 80 (31.64% from 255 or 15.90% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 217 - color contains mainly: red. Hex color #D950CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D950CE is #26AF31. Grayscale: #868686. Windows color (decimal): -2535218 or 13521113. OLE color: 13521113.

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

Color convert

RGB 217 80 206 -
CMYK 0 0.63 0.05 0.15
HSL 304.82º 0.64% 0.58% -
HSV(B) 304.82º 0.63% 0.85% -
XYZ 42.62 24.95 60.96 -
YUV 135.33 167.89 186.25 -
System Red Green Blue C M Y K H S L
Decimal 217 80 206 0 0.63 0.05 0.15 304.82 0.64 0.58
Hex D9 50 CE 0 3F 5 F 131 40 3A
Octal 331 120 316 0 77 5 17 461 100 72
Binary 11011001 1010000 11001110 0 111111 101 1111 100110001 1000000 111010

Color Harmonies of #D950CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D950CE

Black with #D950CE

Text Example


Text Example

White with #D950CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D950CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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