Html Css Color HEX #D35EDD Free Speech Magenta

📋 copy color: '#D35EDD'

red 211 ◦ green 94 ◦ blue 221

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

Shades of Free Speech Magenta #D35EDD

Tints of Free Speech Magenta #D35EDD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.87%

 BLUE value IS 221 (86.72% from 255) = 42.02%

R = 40.11%
G = 17.87%
B = 42.02%

CMYK

 C value IS 0.05

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D35EDD (or 0xD35EDD) is known color: Free Speech Magenta. HEX triplet: D3, 5E and DD. RGB value is (211,94,221). Sum of RGB (Red+Green+Blue) = 211+94+221=526 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.11% from 526); Green value is 94 (37.11% from 255 or 17.87% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #D35EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35EDD is #2CA122. Grayscale: #8F8F8F. Windows color (decimal): -2924835 or 14507731. OLE color: 14507731.

HSL color Cylindrical-coordinate representation of color #D35EDD: hue angle of 295.28º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D35EDD is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 94 221 -
CMYK 0.05 0.57 0 0.13
HSL 295.28º 0.65% 0.62% -
HSV(B) 295.28º 0.57% 0.87% -
XYZ 43.92 27.07 71.32 -
YUV 143.46 171.76 176.17 -
System Red Green Blue C M Y K H S L
Decimal 211 94 221 0.05 0.57 0 0.13 295.28 0.65 0.62
Hex D3 5E DD 5 39 0 D 127 41 3E
Octal 323 136 335 5 71 0 15 447 101 76
Binary 11010011 1011110 11011101 101 111001 0 1101 100100111 1000001 111110

Color Harmonies of #D35EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35EDD

Black with #D35EDD

Text Example


Text Example

White with #D35EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35EDD; }

 p { color: rgb(211,94,221); }

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

background-color css

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

 a { background-color: rgb(211,94,221); }

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

border-color css

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

 span { border-color: rgb(211,94,221); }

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