Html Css Color HEX #D359DA Free Speech Magenta

📋 copy color: '#D359DA'

red 211 ◦ green 89 ◦ blue 218

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

Shades of Free Speech Magenta #D359DA

Tints of Free Speech Magenta #D359DA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.18%

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

R = 40.73%
G = 17.18%
B = 42.08%

CMYK

 C value IS 0.03

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D359DA (or 0xD359DA) is known color: Free Speech Magenta. HEX triplet: D3, 59 and DA. RGB value is (211,89,218). Sum of RGB (Red+Green+Blue) = 211+89+218=518 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.73% from 518); Green value is 89 (35.16% from 255 or 17.18% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #D359DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D359DA is #2CA625. Grayscale: #8B8B8B. Windows color (decimal): -2926118 or 14309843. OLE color: 14309843.

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

Color convert

RGB 211 89 218 -
CMYK 0.03 0.59 0 0.15
HSL 296.74º 0.64% 0.6% -
HSV(B) 296.74º 0.59% 0.85% -
XYZ 43.09 26.06 69.09 -
YUV 140.18 171.92 178.51 -
System Red Green Blue C M Y K H S L
Decimal 211 89 218 0.03 0.59 0 0.15 296.74 0.64 0.6
Hex D3 59 DA 3 3B 0 F 129 40 3C
Octal 323 131 332 3 73 0 17 451 100 74
Binary 11010011 1011001 11011010 11 111011 0 1111 100101001 1000000 111100

Color Harmonies of #D359DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D359DA

Black with #D359DA

Text Example


Text Example

White with #D359DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D359DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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