Html Css Color HEX #D355DC Free Speech Magenta

📋 copy color: '#D355DC'

red 211 ◦ green 85 ◦ blue 220

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

Shades of Free Speech Magenta #D355DC

Tints of Free Speech Magenta #D355DC

RGB

 RED value IS 211 (82.81% from 255) = 40.89%

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

 BLUE value IS 220 (86.33% from 255) = 42.64%

R = 40.89%
G = 16.47%
B = 42.64%

CMYK

 C value IS 0.04

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D355DC (or 0xD355DC) is known color: Free Speech Magenta. HEX triplet: D3, 55 and DC. RGB value is (211,85,220). Sum of RGB (Red+Green+Blue) = 211+85+220=516 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.89% from 516); Green value is 85 (33.59% from 255 or 16.47% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #D355DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D355DC is #2CAA23. Grayscale: #898989. Windows color (decimal): -2927140 or 14439891. OLE color: 14439891.

HSL color Cylindrical-coordinate representation of color #D355DC: hue angle of 296º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D355DC is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 85 220 -
CMYK 0.04 0.61 0 0.14
HSL 296º 0.66% 0.6% -
HSV(B) 296º 0.61% 0.86% -
XYZ 43.03 25.51 70.37 -
YUV 138.06 174.24 180.02 -
System Red Green Blue C M Y K H S L
Decimal 211 85 220 0.04 0.61 0 0.14 296 0.66 0.6
Hex D3 55 DC 4 3D 0 E 128 42 3C
Octal 323 125 334 4 75 0 16 450 102 74
Binary 11010011 1010101 11011100 100 111101 0 1110 100101000 1000010 111100

Color Harmonies of #D355DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D355DC

Black with #D355DC

Text Example


Text Example

White with #D355DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D355DC; }

 p { color: rgb(211,85,220); }

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

background-color css

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

 a { background-color: rgb(211,85,220); }

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

border-color css

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

 span { border-color: rgb(211,85,220); }

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