Html Css Color HEX #D646E4 Free Speech Magenta

📋 copy color: '#D646E4'

red 214 ◦ green 70 ◦ blue 228

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

Shades of Free Speech Magenta #D646E4

Tints of Free Speech Magenta #D646E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 44.53%

R = 41.8%
G = 13.67%
B = 44.53%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D646E4 (or 0xD646E4) is known color: Free Speech Magenta. HEX triplet: D6, 46 and E4. RGB value is (214,70,228). Sum of RGB (Red+Green+Blue) = 214+70+228=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 70 (27.73% from 255 or 13.67% from 512); Blue value is 228 (89.45% from 255 or 44.53% from 512); Max value from RGB is 228 - color contains mainly: blue. Hex color #D646E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D646E4 is #29B91B. Grayscale: #828282. Windows color (decimal): -2734364 or 14960342. OLE color: 14960342.

HSL color Cylindrical-coordinate representation of color #D646E4: hue angle of 294.68º degrees, saturation: 0.75, 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 #D646E4 is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 214 70 228 -
CMYK 0.06 0.69 0 0.11
HSL 294.68º 0.75% 0.58% -
HSV(B) 294.68º 0.69% 0.89% -
XYZ 43.93 24.28 75.77 -
YUV 131.07 182.71 187.15 -
System Red Green Blue C M Y K H S L
Decimal 214 70 228 0.06 0.69 0 0.11 294.68 0.75 0.58
Hex D6 46 E4 6 45 0 B 127 4B 3A
Octal 326 106 344 6 105 0 13 447 113 72
Binary 11010110 1000110 11100100 110 1000101 0 1011 100100111 1001011 111010

Color Harmonies of #D646E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D646E4

Black with #D646E4

Text Example


Text Example

White with #D646E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D646E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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