Html Css Color HEX #D646DC Free Speech Magenta

📋 copy color: '#D646DC'

red 214 ◦ green 70 ◦ blue 220

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

Shades of Free Speech Magenta #D646DC

Tints of Free Speech Magenta #D646DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.65%

R = 42.46%
G = 13.89%
B = 43.65%

CMYK

 C value IS 0.03

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D646DC (or 0xD646DC) is known color: Free Speech Magenta. HEX triplet: D6, 46 and DC. RGB value is (214,70,220). Sum of RGB (Red+Green+Blue) = 214+70+220=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 70 (27.73% from 255 or 13.89% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #D646DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D646DC is #29B923. Grayscale: #818181. Windows color (decimal): -2734372 or 14436054. OLE color: 14436054.

HSL color Cylindrical-coordinate representation of color #D646DC: hue angle of 297.6º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D646DC is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 70 220 -
CMYK 0.03 0.68 0 0.14
HSL 297.6º 0.68% 0.57% -
HSV(B) 297.6º 0.68% 0.86% -
XYZ 42.84 23.84 70.05 -
YUV 130.16 178.71 187.8 -
System Red Green Blue C M Y K H S L
Decimal 214 70 220 0.03 0.68 0 0.14 297.6 0.68 0.57
Hex D6 46 DC 3 44 0 E 12A 44 39
Octal 326 106 334 3 104 0 16 452 104 71
Binary 11010110 1000110 11011100 11 1000100 0 1110 100101010 1000100 111001

Color Harmonies of #D646DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D646DC

Black with #D646DC

Text Example


Text Example

White with #D646DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D646DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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