Html Css Color HEX #D35EDE Free Speech Magenta

📋 copy color: '#D35EDE'

red 211 ◦ green 94 ◦ blue 222

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

Shades of Free Speech Magenta #D35EDE

Tints of Free Speech Magenta #D35EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.13%

R = 40.04%
G = 17.84%
B = 42.13%

CMYK

 C value IS 0.05

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D35EDE (or 0xD35EDE) is known color: Free Speech Magenta. HEX triplet: D3, 5E and DE. RGB value is (211,94,222). Sum of RGB (Red+Green+Blue) = 211+94+222=527 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.04% from 527); Green value is 94 (37.11% from 255 or 17.84% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 222 - color contains mainly: blue. Hex color #D35EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35EDE is #2CA121. Grayscale: #8F8F8F. Windows color (decimal): -2924834 or 14573267. OLE color: 14573267.

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

Color convert

RGB 211 94 222 -
CMYK 0.05 0.58 0 0.13
HSL 294.84º 0.66% 0.62% -
HSV(B) 294.84º 0.58% 0.87% -
XYZ 44.05 27.13 72.02 -
YUV 143.58 172.26 176.09 -
System Red Green Blue C M Y K H S L
Decimal 211 94 222 0.05 0.58 0 0.13 294.84 0.66 0.62
Hex D3 5E DE 5 3A 0 D 127 42 3E
Octal 323 136 336 5 72 0 15 447 102 76
Binary 11010011 1011110 11011110 101 111010 0 1101 100100111 1000010 111110

Color Harmonies of #D35EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35EDE

Black with #D35EDE

Text Example


Text Example

White with #D35EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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