Html Css Color HEX #D746E6 Free Speech Magenta

📋 copy color: '#D746E6'

red 215 ◦ green 70 ◦ blue 230

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

Shades of Free Speech Magenta #D746E6

Tints of Free Speech Magenta #D746E6

RGB

 RED value IS 215 (84.38% from 255) = 41.75%

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

 BLUE value IS 230 (90.23% from 255) = 44.66%

R = 41.75%
G = 13.59%
B = 44.66%

CMYK

 C value IS 0.07

 M value IS 0.70

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D746E6 (or 0xD746E6) is known color: Free Speech Magenta. HEX triplet: D7, 46 and E6. RGB value is (215,70,230). Sum of RGB (Red+Green+Blue) = 215+70+230=515 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.75% from 515); Green value is 70 (27.73% from 255 or 13.59% from 515); Blue value is 230 (90.23% from 255 or 44.66% from 515); Max value from RGB is 230 - color contains mainly: blue. Hex color #D746E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D746E6 is #28B919. Grayscale: #838383. Windows color (decimal): -2668826 or 15091415. OLE color: 15091415.

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

Color convert

RGB 215 70 230 -
CMYK 0.07 0.70 0 0.10
HSL 294.38º 0.76% 0.59% -
HSV(B) 294.38º 0.7% 0.9% -
XYZ 44.5 24.54 77.25 -
YUV 131.6 183.54 187.49 -
System Red Green Blue C M Y K H S L
Decimal 215 70 230 0.07 0.70 0 0.10 294.38 0.76 0.59
Hex D7 46 E6 7 46 0 A 126 4C 3B
Octal 327 106 346 7 106 0 12 446 114 73
Binary 11010111 1000110 11100110 111 1000110 0 1010 100100110 1001100 111011

Color Harmonies of #D746E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D746E6

Black with #D746E6

Text Example


Text Example

White with #D746E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D746E6; }

 p { color: rgb(215,70,230); }

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

background-color css

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

 a { background-color: rgb(215,70,230); }

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

border-color css

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

 span { border-color: rgb(215,70,230); }

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