Html Css Color HEX #D35ED0 Free Speech Magenta

📋 copy color: '#D35ED0'

red 211 ◦ green 94 ◦ blue 208

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

Shades of Free Speech Magenta #D35ED0

Tints of Free Speech Magenta #D35ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.55%

R = 41.13%
G = 18.32%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.01

 K value IS 0.17

RGB Variations

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

Color information

#D35ED0 (or 0xD35ED0) is known color: Free Speech Magenta. HEX triplet: D3, 5E and D0. RGB value is (211,94,208). Sum of RGB (Red+Green+Blue) = 211+94+208=513 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.13% from 513); Green value is 94 (37.11% from 255 or 18.32% from 513); Blue value is 208 (81.64% from 255 or 40.55% from 513); Max value from RGB is 211 - color contains mainly: red. Hex color #D35ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35ED0 is #2CA12F. Grayscale: #8D8D8D. Windows color (decimal): -2924848 or 13655763. OLE color: 13655763.

HSL color Cylindrical-coordinate representation of color #D35ED0: hue angle of 301.54º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D35ED0 is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 94 208 -
CMYK 0 0.55 0.01 0.17
HSL 301.54º 0.57% 0.6% -
HSV(B) 301.54º 0.55% 0.83% -
XYZ 42.25 26.41 62.54 -
YUV 141.98 165.26 177.23 -
System Red Green Blue C M Y K H S L
Decimal 211 94 208 0 0.55 0.01 0.17 301.54 0.57 0.6
Hex D3 5E D0 0 37 1 11 12E 39 3C
Octal 323 136 320 0 67 1 21 456 71 74
Binary 11010011 1011110 11010000 0 110111 1 10001 100101110 111001 111100

Color Harmonies of #D35ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35ED0

Black with #D35ED0

Text Example


Text Example

White with #D35ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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