Html Css Color HEX #D639FA Free Speech Magenta

📋 copy color: '#D639FA'

red 214 ◦ green 57 ◦ blue 250

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

Shades of Free Speech Magenta #D639FA

Tints of Free Speech Magenta #D639FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.98%

R = 41.07%
G = 10.94%
B = 47.98%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D639FA (or 0xD639FA) is known color: Free Speech Magenta. HEX triplet: D6, 39 and FA. RGB value is (214,57,250). Sum of RGB (Red+Green+Blue) = 214+57+250=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 57 (22.66% from 255 or 10.94% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #D639FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D639FA is #29C605. Grayscale: #7D7D7D. Windows color (decimal): -2737670 or 16398806. OLE color: 16398806.

HSL color Cylindrical-coordinate representation of color #D639FA: hue angle of 288.81º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D639FA is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 57 250 -
CMYK 0.14 0.77 0 0.02
HSL 288.81º 0.95% 0.6% -
HSV(B) 288.81º 0.77% 0.98% -
XYZ 46.45 24.12 92.65 -
YUV 125.95 198.01 190.81 -
System Red Green Blue C M Y K H S L
Decimal 214 57 250 0.14 0.77 0 0.02 288.81 0.95 0.6
Hex D6 39 FA E 4D 0 2 121 5F 3C
Octal 326 71 372 16 115 0 2 441 137 74
Binary 11010110 111001 11111010 1110 1001101 0 10 100100001 1011111 111100

Color Harmonies of #D639FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D639FA

Black with #D639FA

Text Example


Text Example

White with #D639FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D639FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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