Html Css Color HEX #D950C4 Free Speech Magenta

📋 copy color: '#D950C4'

red 217 ◦ green 80 ◦ blue 196

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

Shades of Free Speech Magenta #D950C4

Tints of Free Speech Magenta #D950C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 39.76%

R = 44.02%
G = 16.23%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#D950C4 (or 0xD950C4) is known color: Free Speech Magenta. HEX triplet: D9, 50 and C4. RGB value is (217,80,196). Sum of RGB (Red+Green+Blue) = 217+80+196=493 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.02% from 493); Green value is 80 (31.64% from 255 or 16.23% from 493); Blue value is 196 (76.95% from 255 or 39.76% from 493); Max value from RGB is 217 - color contains mainly: red. Hex color #D950C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D950C4 is #26AF3B. Grayscale: #858585. Windows color (decimal): -2535228 or 12865753. OLE color: 12865753.

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

Color convert

RGB 217 80 196 -
CMYK 0 0.63 0.10 0.15
HSL 309.2º 0.64% 0.58% -
HSV(B) 309.2º 0.63% 0.85% -
XYZ 41.45 24.47 54.76 -
YUV 134.19 162.89 187.07 -
System Red Green Blue C M Y K H S L
Decimal 217 80 196 0 0.63 0.10 0.15 309.2 0.64 0.58
Hex D9 50 C4 0 3F A F 135 40 3A
Octal 331 120 304 0 77 12 17 465 100 72
Binary 11011001 1010000 11000100 0 111111 1010 1111 100110101 1000000 111010

Color Harmonies of #D950C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D950C4

Black with #D950C4

Text Example


Text Example

White with #D950C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D950C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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