Html Css Color HEX #D647ED Free Speech Magenta

📋 copy color: '#D647ED'

red 214 ◦ green 71 ◦ blue 237

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

Shades of Free Speech Magenta #D647ED

Tints of Free Speech Magenta #D647ED

RGB

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

 GREEN value IS 71 (28.13% from 255) = 13.6%

 BLUE value IS 237 (92.97% from 255) = 45.4%

R = 41%
G = 13.6%
B = 45.4%

CMYK

 C value IS 0.10

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D647ED (or 0xD647ED) is known color: Free Speech Magenta. HEX triplet: D6, 47 and ED. RGB value is (214,71,237). Sum of RGB (Red+Green+Blue) = 214+71+237=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 71 (28.12% from 255 or 13.60% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #D647ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D647ED is #29B812. Grayscale: #848484. Windows color (decimal): -2734099 or 15550422. OLE color: 15550422.

HSL color Cylindrical-coordinate representation of color #D647ED: hue angle of 291.69º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D647ED is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 71 237 -
CMYK 0.10 0.70 0 0.07
HSL 291.69º 0.82% 0.6% -
HSV(B) 291.69º 0.7% 0.93% -
XYZ 45.27 24.92 82.54 -
YUV 132.68 186.88 186 -
System Red Green Blue C M Y K H S L
Decimal 214 71 237 0.10 0.70 0 0.07 291.69 0.82 0.6
Hex D6 47 ED A 46 0 7 124 52 3C
Octal 326 107 355 12 106 0 7 444 122 74
Binary 11010110 1000111 11101101 1010 1000110 0 111 100100100 1010010 111100

Color Harmonies of #D647ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D647ED

Black with #D647ED

Text Example


Text Example

White with #D647ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D647ED; }

 p { color: rgb(214,71,237); }

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

background-color css

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

 a { background-color: rgb(214,71,237); }

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

border-color css

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

 span { border-color: rgb(214,71,237); }

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