Html Css Color HEX #D950C9 Free Speech Magenta

📋 copy color: '#D950C9'

red 217 ◦ green 80 ◦ blue 201

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

Shades of Free Speech Magenta #D950C9

Tints of Free Speech Magenta #D950C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.36%

R = 43.57%
G = 16.06%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D950C9 (or 0xD950C9) is known color: Free Speech Magenta. HEX triplet: D9, 50 and C9. RGB value is (217,80,201). Sum of RGB (Red+Green+Blue) = 217+80+201=498 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.57% from 498); Green value is 80 (31.64% from 255 or 16.06% from 498); Blue value is 201 (78.91% from 255 or 40.36% from 498); Max value from RGB is 217 - color contains mainly: red. Hex color #D950C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D950C9 is #26AF36. Grayscale: #868686. Windows color (decimal): -2535223 or 13193433. OLE color: 13193433.

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

Color convert

RGB 217 80 201 -
CMYK 0 0.63 0.07 0.15
HSL 307.01º 0.64% 0.58% -
HSV(B) 307.01º 0.63% 0.85% -
XYZ 42.03 24.71 57.81 -
YUV 134.76 165.39 186.66 -
System Red Green Blue C M Y K H S L
Decimal 217 80 201 0 0.63 0.07 0.15 307.01 0.64 0.58
Hex D9 50 C9 0 3F 7 F 133 40 3A
Octal 331 120 311 0 77 7 17 463 100 72
Binary 11011001 1010000 11001001 0 111111 111 1111 100110011 1000000 111010

Color Harmonies of #D950C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D950C9

Black with #D950C9

Text Example


Text Example

White with #D950C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D950C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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