Html Css Color HEX #D746E7 Free Speech Magenta

📋 copy color: '#D746E7'

red 215 ◦ green 70 ◦ blue 231

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

Shades of Free Speech Magenta #D746E7

Tints of Free Speech Magenta #D746E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 44.77%

R = 41.67%
G = 13.57%
B = 44.77%

CMYK

 C value IS 0.07

 M value IS 0.70

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D746E7 (or 0xD746E7) is known color: Free Speech Magenta. HEX triplet: D7, 46 and E7. RGB value is (215,70,231). Sum of RGB (Red+Green+Blue) = 215+70+231=516 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.67% from 516); Green value is 70 (27.73% from 255 or 13.57% from 516); Blue value is 231 (90.62% from 255 or 44.77% from 516); Max value from RGB is 231 - color contains mainly: blue. Hex color #D746E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D746E7 is #28B918. Grayscale: #838383. Windows color (decimal): -2668825 or 15156951. OLE color: 15156951.

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

Color convert

RGB 215 70 231 -
CMYK 0.07 0.70 0 0.09
HSL 294.04º 0.77% 0.59% -
HSV(B) 294.04º 0.7% 0.91% -
XYZ 44.64 24.6 78 -
YUV 131.71 184.04 187.41 -
System Red Green Blue C M Y K H S L
Decimal 215 70 231 0.07 0.70 0 0.09 294.04 0.77 0.59
Hex D7 46 E7 7 46 0 9 126 4D 3B
Octal 327 106 347 7 106 0 11 446 115 73
Binary 11010111 1000110 11100111 111 1000110 0 1001 100100110 1001101 111011

Color Harmonies of #D746E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D746E7

Black with #D746E7

Text Example


Text Example

White with #D746E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D746E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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