Html Css Color HEX #D955E6 Free Speech Magenta

📋 copy color: '#D955E6'

red 217 ◦ green 85 ◦ blue 230

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

Shades of Free Speech Magenta #D955E6

Tints of Free Speech Magenta #D955E6

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.98%

 BLUE value IS 230 (90.23% from 255) = 43.23%

R = 40.79%
G = 15.98%
B = 43.23%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D955E6 (or 0xD955E6) is known color: Free Speech Magenta. HEX triplet: D9, 55 and E6. RGB value is (217,85,230). Sum of RGB (Red+Green+Blue) = 217+85+230=532 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.79% from 532); Green value is 85 (33.59% from 255 or 15.98% from 532); Blue value is 230 (90.23% from 255 or 43.23% from 532); Max value from RGB is 230 - color contains mainly: blue. Hex color #D955E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D955E6 is #26AA19. Grayscale: #8C8C8C. Windows color (decimal): -2533914 or 15095257. OLE color: 15095257.

HSL color Cylindrical-coordinate representation of color #D955E6: hue angle of 294.62º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D955E6 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 217 85 230 -
CMYK 0.06 0.63 0 0.10
HSL 294.62º 0.74% 0.62% -
HSV(B) 294.62º 0.63% 0.9% -
XYZ 46.15 26.96 77.63 -
YUV 141 178.23 182.21 -
System Red Green Blue C M Y K H S L
Decimal 217 85 230 0.06 0.63 0 0.10 294.62 0.74 0.62
Hex D9 55 E6 6 3F 0 A 127 4A 3E
Octal 331 125 346 6 77 0 12 447 112 76
Binary 11011001 1010101 11100110 110 111111 0 1010 100100111 1001010 111110

Color Harmonies of #D955E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D955E6

Black with #D955E6

Text Example


Text Example

White with #D955E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D955E6; }

 p { color: rgb(217,85,230); }

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

background-color css

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

 a { background-color: rgb(217,85,230); }

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

border-color css

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

 span { border-color: rgb(217,85,230); }

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