Html Css Color HEX #D646E2 Free Speech Magenta

📋 copy color: '#D646E2'

red 214 ◦ green 70 ◦ blue 226

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

Shades of Free Speech Magenta #D646E2

Tints of Free Speech Magenta #D646E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 44.31%

R = 41.96%
G = 13.73%
B = 44.31%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D646E2 (or 0xD646E2) is known color: Free Speech Magenta. HEX triplet: D6, 46 and E2. RGB value is (214,70,226). Sum of RGB (Red+Green+Blue) = 214+70+226=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 70 (27.73% from 255 or 13.73% from 510); Blue value is 226 (88.67% from 255 or 44.31% from 510); Max value from RGB is 226 - color contains mainly: blue. Hex color #D646E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D646E2 is #29B91D. Grayscale: #828282. Windows color (decimal): -2734366 or 14829270. OLE color: 14829270.

HSL color Cylindrical-coordinate representation of color #D646E2: hue angle of 295.38º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D646E2 is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 214 70 226 -
CMYK 0.05 0.69 0 0.11
HSL 295.38º 0.73% 0.58% -
HSV(B) 295.38º 0.69% 0.89% -
XYZ 43.65 24.17 74.32 -
YUV 130.84 181.71 187.32 -
System Red Green Blue C M Y K H S L
Decimal 214 70 226 0.05 0.69 0 0.11 295.38 0.73 0.58
Hex D6 46 E2 5 45 0 B 127 49 3A
Octal 326 106 342 5 105 0 13 447 111 72
Binary 11010110 1000110 11100010 101 1000101 0 1011 100100111 1001001 111010

Color Harmonies of #D646E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D646E2

Black with #D646E2

Text Example


Text Example

White with #D646E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D646E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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