Html Css Color HEX #D646ED Free Speech Magenta

📋 copy color: '#D646ED'

red 214 ◦ green 70 ◦ blue 237

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

Shades of Free Speech Magenta #D646ED

Tints of Free Speech Magenta #D646ED

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.44%

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

R = 41.07%
G = 13.44%
B = 45.49%

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

#D646ED (or 0xD646ED) is known color: Free Speech Magenta. HEX triplet: D6, 46 and ED. RGB value is (214,70,237). Sum of RGB (Red+Green+Blue) = 214+70+237=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 70 (27.73% from 255 or 13.44% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #D646ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D646ED is #29B912. Grayscale: #838383. Windows color (decimal): -2734355 or 15550166. OLE color: 15550166.

HSL color Cylindrical-coordinate representation of color #D646ED: hue angle of 291.74º 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 #D646ED is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 70 237 -
CMYK 0.10 0.70 0 0.07
HSL 291.74º 0.82% 0.6% -
HSV(B) 291.74º 0.7% 0.93% -
XYZ 45.21 24.79 82.52 -
YUV 132.09 187.21 186.42 -
System Red Green Blue C M Y K H S L
Decimal 214 70 237 0.10 0.70 0 0.07 291.74 0.82 0.6
Hex D6 46 ED A 46 0 7 124 52 3C
Octal 326 106 355 12 106 0 7 444 122 74
Binary 11010110 1000110 11101101 1010 1000110 0 111 100100100 1010010 111100

Color Harmonies of #D646ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D646ED

Black with #D646ED

Text Example


Text Example

White with #D646ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D646ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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