Html Css Color HEX #D35ED8 Free Speech Magenta

📋 copy color: '#D35ED8'

red 211 ◦ green 94 ◦ blue 216

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

Shades of Free Speech Magenta #D35ED8

Tints of Free Speech Magenta #D35ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.46%

R = 40.5%
G = 18.04%
B = 41.46%

CMYK

 C value IS 0.02

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D35ED8 (or 0xD35ED8) is known color: Free Speech Magenta. HEX triplet: D3, 5E and D8. RGB value is (211,94,216). Sum of RGB (Red+Green+Blue) = 211+94+216=521 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.50% from 521); Green value is 94 (37.11% from 255 or 18.04% from 521); Blue value is 216 (84.77% from 255 or 41.46% from 521); Max value from RGB is 216 - color contains mainly: blue. Hex color #D35ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35ED8 is #2CA127. Grayscale: #8E8E8E. Windows color (decimal): -2924840 or 14180051. OLE color: 14180051.

HSL color Cylindrical-coordinate representation of color #D35ED8: hue angle of 297.54º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D35ED8 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 211 94 216 -
CMYK 0.02 0.56 0 0.15
HSL 297.54º 0.61% 0.61% -
HSV(B) 297.54º 0.56% 0.85% -
XYZ 43.26 26.81 67.86 -
YUV 142.89 169.26 176.58 -
System Red Green Blue C M Y K H S L
Decimal 211 94 216 0.02 0.56 0 0.15 297.54 0.61 0.61
Hex D3 5E D8 2 38 0 F 12A 3D 3D
Octal 323 136 330 2 70 0 17 452 75 75
Binary 11010011 1011110 11011000 10 111000 0 1111 100101010 111101 111101

Color Harmonies of #D35ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35ED8

Black with #D35ED8

Text Example


Text Example

White with #D35ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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