Html Css Color HEX #D35EE0 Free Speech Magenta

📋 copy color: '#D35EE0'

red 211 ◦ green 94 ◦ blue 224

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

Shades of Free Speech Magenta #D35EE0

Tints of Free Speech Magenta #D35EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.34%

R = 39.89%
G = 17.77%
B = 42.34%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D35EE0 (or 0xD35EE0) is known color: Free Speech Magenta. HEX triplet: D3, 5E and E0. RGB value is (211,94,224). Sum of RGB (Red+Green+Blue) = 211+94+224=529 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.89% from 529); Green value is 94 (37.11% from 255 or 17.77% from 529); Blue value is 224 (87.89% from 255 or 42.34% from 529); Max value from RGB is 224 - color contains mainly: blue. Hex color #D35EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35EE0 is #2CA11F. Grayscale: #8F8F8F. Windows color (decimal): -2924832 or 14704339. OLE color: 14704339.

HSL color Cylindrical-coordinate representation of color #D35EE0: hue angle of 294º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D35EE0 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 211 94 224 -
CMYK 0.06 0.58 0 0.12
HSL 294º 0.68% 0.62% -
HSV(B) 294º 0.58% 0.88% -
XYZ 44.32 27.24 73.44 -
YUV 143.8 173.26 175.93 -
System Red Green Blue C M Y K H S L
Decimal 211 94 224 0.06 0.58 0 0.12 294 0.68 0.62
Hex D3 5E E0 6 3A 0 C 126 44 3E
Octal 323 136 340 6 72 0 14 446 104 76
Binary 11010011 1011110 11100000 110 111010 0 1100 100100110 1000100 111110

Color Harmonies of #D35EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35EE0

Black with #D35EE0

Text Example


Text Example

White with #D35EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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