Html Css Color HEX #D355D7 Free Speech Magenta

📋 copy color: '#D355D7'

red 211 ◦ green 85 ◦ blue 215

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

Shades of Free Speech Magenta #D355D7

Tints of Free Speech Magenta #D355D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.07%

R = 41.29%
G = 16.63%
B = 42.07%

CMYK

 C value IS 0.02

 M value IS 0.60

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D355D7 (or 0xD355D7) is known color: Free Speech Magenta. HEX triplet: D3, 55 and D7. RGB value is (211,85,215). Sum of RGB (Red+Green+Blue) = 211+85+215=511 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.29% from 511); Green value is 85 (33.59% from 255 or 16.63% from 511); Blue value is 215 (84.38% from 255 or 42.07% from 511); Max value from RGB is 215 - color contains mainly: blue. Hex color #D355D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D355D7 is #2CAA28. Grayscale: #898989. Windows color (decimal): -2927145 or 14112211. OLE color: 14112211.

HSL color Cylindrical-coordinate representation of color #D355D7: hue angle of 298.15º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D355D7 is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 211 85 215 -
CMYK 0.02 0.60 0 0.16
HSL 298.15º 0.62% 0.59% -
HSV(B) 298.15º 0.6% 0.84% -
XYZ 42.38 25.25 66.93 -
YUV 137.49 171.74 180.43 -
System Red Green Blue C M Y K H S L
Decimal 211 85 215 0.02 0.60 0 0.16 298.15 0.62 0.59
Hex D3 55 D7 2 3C 0 10 12A 3E 3B
Octal 323 125 327 2 74 0 20 452 76 73
Binary 11010011 1010101 11010111 10 111100 0 10000 100101010 111110 111011

Color Harmonies of #D355D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D355D7

Black with #D355D7

Text Example


Text Example

White with #D355D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D355D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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