Html Css Color HEX #D355DA Free Speech Magenta

📋 copy color: '#D355DA'

red 211 ◦ green 85 ◦ blue 218

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

Shades of Free Speech Magenta #D355DA

Tints of Free Speech Magenta #D355DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.41%

R = 41.05%
G = 16.54%
B = 42.41%

CMYK

 C value IS 0.03

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D355DA (or 0xD355DA) is known color: Free Speech Magenta. HEX triplet: D3, 55 and DA. RGB value is (211,85,218). Sum of RGB (Red+Green+Blue) = 211+85+218=514 (68% of max value = 765). Red value is 211 (82.81% from 255 or 41.05% from 514); Green value is 85 (33.59% from 255 or 16.54% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 218 - color contains mainly: blue. Hex color #D355DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D355DA is #2CAA25. Grayscale: #898989. Windows color (decimal): -2927142 or 14308819. OLE color: 14308819.

HSL color Cylindrical-coordinate representation of color #D355DA: hue angle of 296.84º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D355DA is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 211 85 218 -
CMYK 0.03 0.61 0 0.15
HSL 296.84º 0.64% 0.59% -
HSV(B) 296.84º 0.61% 0.85% -
XYZ 42.77 25.41 68.98 -
YUV 137.84 173.24 180.19 -
System Red Green Blue C M Y K H S L
Decimal 211 85 218 0.03 0.61 0 0.15 296.84 0.64 0.59
Hex D3 55 DA 3 3D 0 F 129 40 3B
Octal 323 125 332 3 75 0 17 451 100 73
Binary 11010011 1010101 11011010 11 111101 0 1111 100101001 1000000 111011

Color Harmonies of #D355DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D355DA

Black with #D355DA

Text Example


Text Example

White with #D355DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D355DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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