Html Css Color HEX #D955E4 Free Speech Magenta

📋 copy color: '#D955E4'

red 217 ◦ green 85 ◦ blue 228

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

Shades of Free Speech Magenta #D955E4

Tints of Free Speech Magenta #D955E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 43.02%

R = 40.94%
G = 16.04%
B = 43.02%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D955E4 (or 0xD955E4) is known color: Free Speech Magenta. HEX triplet: D9, 55 and E4. RGB value is (217,85,228). Sum of RGB (Red+Green+Blue) = 217+85+228=530 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.94% from 530); Green value is 85 (33.59% from 255 or 16.04% from 530); Blue value is 228 (89.45% from 255 or 43.02% from 530); Max value from RGB is 228 - color contains mainly: blue. Hex color #D955E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D955E4 is #26AA1B. Grayscale: #8C8C8C. Windows color (decimal): -2533916 or 14964185. OLE color: 14964185.

HSL color Cylindrical-coordinate representation of color #D955E4: hue angle of 295.38º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D955E4 is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 217 85 228 -
CMYK 0.05 0.63 0 0.11
HSL 295.38º 0.73% 0.61% -
HSV(B) 295.38º 0.63% 0.89% -
XYZ 45.87 26.85 76.16 -
YUV 140.77 177.23 182.37 -
System Red Green Blue C M Y K H S L
Decimal 217 85 228 0.05 0.63 0 0.11 295.38 0.73 0.61
Hex D9 55 E4 5 3F 0 B 127 49 3D
Octal 331 125 344 5 77 0 13 447 111 75
Binary 11011001 1010101 11100100 101 111111 0 1011 100100111 1001001 111101

Color Harmonies of #D955E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D955E4

Black with #D955E4

Text Example


Text Example

White with #D955E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D955E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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