Html Css Color HEX #D746F4 Free Speech Magenta

📋 copy color: '#D746F4'

red 215 ◦ green 70 ◦ blue 244

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

Shades of Free Speech Magenta #D746F4

Tints of Free Speech Magenta #D746F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 46.12%

R = 40.64%
G = 13.23%
B = 46.12%

CMYK

 C value IS 0.12

 M value IS 0.71

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D746F4 (or 0xD746F4) is known color: Free Speech Magenta. HEX triplet: D7, 46 and F4. RGB value is (215,70,244). Sum of RGB (Red+Green+Blue) = 215+70+244=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 70 (27.73% from 255 or 13.23% from 529); Blue value is 244 (95.70% from 255 or 46.12% from 529); Max value from RGB is 244 - color contains mainly: blue. Hex color #D746F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D746F4 is #28B90B. Grayscale: #848484. Windows color (decimal): -2668812 or 16008919. OLE color: 16008919.

HSL color Cylindrical-coordinate representation of color #D746F4: hue angle of 290º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D746F4 is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 215 70 244 -
CMYK 0.12 0.71 0 0.04
HSL 290º 0.89% 0.62% -
HSV(B) 290º 0.71% 0.96% -
XYZ 46.54 25.36 88.03 -
YUV 133.19 190.54 186.35 -
System Red Green Blue C M Y K H S L
Decimal 215 70 244 0.12 0.71 0 0.04 290 0.89 0.62
Hex D7 46 F4 C 47 0 4 122 59 3E
Octal 327 106 364 14 107 0 4 442 131 76
Binary 11010111 1000110 11110100 1100 1000111 0 100 100100010 1011001 111110

Color Harmonies of #D746F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D746F4

Black with #D746F4

Text Example


Text Example

White with #D746F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D746F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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