Html Css Color HEX #D639E1 Free Speech Magenta

📋 copy color: '#D639E1'

red 214 ◦ green 57 ◦ blue 225

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

Shades of Free Speech Magenta #D639E1

Tints of Free Speech Magenta #D639E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 45.36%

R = 43.15%
G = 11.49%
B = 45.36%

CMYK

 C value IS 0.05

 M value IS 0.75

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D639E1 (or 0xD639E1) is known color: Free Speech Magenta. HEX triplet: D6, 39 and E1. RGB value is (214,57,225). Sum of RGB (Red+Green+Blue) = 214+57+225=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 57 (22.66% from 255 or 11.49% from 496); Blue value is 225 (88.28% from 255 or 45.36% from 496); Max value from RGB is 225 - color contains mainly: blue. Hex color #D639E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D639E1 is #29C61E. Grayscale: #7A7A7A. Windows color (decimal): -2737695 or 14760406. OLE color: 14760406.

HSL color Cylindrical-coordinate representation of color #D639E1: hue angle of 296.07º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D639E1 is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 57 225 -
CMYK 0.05 0.75 0 0.12
HSL 296.07º 0.74% 0.55% -
HSV(B) 296.07º 0.75% 0.88% -
XYZ 42.79 22.66 73.35 -
YUV 123.1 185.51 192.84 -
System Red Green Blue C M Y K H S L
Decimal 214 57 225 0.05 0.75 0 0.12 296.07 0.74 0.55
Hex D6 39 E1 5 4B 0 C 128 4A 37
Octal 326 71 341 5 113 0 14 450 112 67
Binary 11010110 111001 11100001 101 1001011 0 1100 100101000 1001010 110111

Color Harmonies of #D639E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D639E1

Black with #D639E1

Text Example


Text Example

White with #D639E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D639E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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