Html Css Color HEX #D639E5 Free Speech Magenta

📋 copy color: '#D639E5'

red 214 ◦ green 57 ◦ blue 229

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

Shades of Free Speech Magenta #D639E5

Tints of Free Speech Magenta #D639E5

RGB

 RED value IS 214 (83.98% from 255) = 42.8%

 GREEN value IS 57 (22.66% from 255) = 11.4%

 BLUE value IS 229 (89.84% from 255) = 45.8%

R = 42.8%
G = 11.4%
B = 45.8%

CMYK

 C value IS 0.07

 M value IS 0.75

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D639E5 (or 0xD639E5) is known color: Free Speech Magenta. HEX triplet: D6, 39 and E5. RGB value is (214,57,229). Sum of RGB (Red+Green+Blue) = 214+57+229=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 57 (22.66% from 255 or 11.4% from 500); Blue value is 229 (89.84% from 255 or 45.8% from 500); Max value from RGB is 229 - color contains mainly: blue. Hex color #D639E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D639E5 is #29C61A. Grayscale: #7B7B7B. Windows color (decimal): -2737691 or 15022550. OLE color: 15022550.

HSL color Cylindrical-coordinate representation of color #D639E5: hue angle of 294.77º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D639E5 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 214 57 229 -
CMYK 0.07 0.75 0 0.10
HSL 294.77º 0.77% 0.56% -
HSV(B) 294.77º 0.75% 0.9% -
XYZ 43.34 22.88 76.26 -
YUV 123.55 187.51 192.51 -
System Red Green Blue C M Y K H S L
Decimal 214 57 229 0.07 0.75 0 0.10 294.77 0.77 0.56
Hex D6 39 E5 7 4B 0 A 127 4D 38
Octal 326 71 345 7 113 0 12 447 115 70
Binary 11010110 111001 11100101 111 1001011 0 1010 100100111 1001101 111000

Color Harmonies of #D639E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D639E5

Black with #D639E5

Text Example


Text Example

White with #D639E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D639E5; }

 p { color: rgb(214,57,229); }

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

background-color css

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

 a { background-color: rgb(214,57,229); }

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

border-color css

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

 span { border-color: rgb(214,57,229); }

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