Html Css Color HEX #D355DB Free Speech Magenta

📋 copy color: '#D355DB'

red 211 ◦ green 85 ◦ blue 219

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

Shades of Free Speech Magenta #D355DB

Tints of Free Speech Magenta #D355DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.52%

R = 40.97%
G = 16.5%
B = 42.52%

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

#D355DB (or 0xD355DB) is known color: Free Speech Magenta. HEX triplet: D3, 55 and DB. RGB value is (211,85,219). Sum of RGB (Red+Green+Blue) = 211+85+219=515 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.97% from 515); Green value is 85 (33.59% from 255 or 16.50% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #D355DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D355DB is #2CAA24. Grayscale: #898989. Windows color (decimal): -2927141 or 14374355. OLE color: 14374355.

HSL color Cylindrical-coordinate representation of color #D355DB: hue angle of 296.42º degrees, saturation: 0.65, 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 #D355DB is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 85 219 -
CMYK 0.04 0.61 0 0.14
HSL 296.42º 0.65% 0.6% -
HSV(B) 296.42º 0.61% 0.86% -
XYZ 42.9 25.46 69.67 -
YUV 137.95 173.74 180.1 -
System Red Green Blue C M Y K H S L
Decimal 211 85 219 0.04 0.61 0 0.14 296.42 0.65 0.6
Hex D3 55 DB 4 3D 0 E 128 41 3C
Octal 323 125 333 4 75 0 16 450 101 74
Binary 11010011 1010101 11011011 100 111101 0 1110 100101000 1000001 111100

Color Harmonies of #D355DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D355DB

Black with #D355DB

Text Example


Text Example

White with #D355DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D355DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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