Html Css Color HEX #D746D3 Free Speech Magenta

📋 copy color: '#D746D3'

red 215 ◦ green 70 ◦ blue 211

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

Shades of Free Speech Magenta #D746D3

Tints of Free Speech Magenta #D746D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 42.54%

R = 43.35%
G = 14.11%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D746D3 (or 0xD746D3) is known color: Free Speech Magenta. HEX triplet: D7, 46 and D3. RGB value is (215,70,211). Sum of RGB (Red+Green+Blue) = 215+70+211=496 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.35% from 496); Green value is 70 (27.73% from 255 or 14.11% from 496); Blue value is 211 (82.81% from 255 or 42.54% from 496); Max value from RGB is 215 - color contains mainly: red. Hex color #D746D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D746D3 is #28B92C. Grayscale: #818181. Windows color (decimal): -2668845 or 13846231. OLE color: 13846231.

HSL color Cylindrical-coordinate representation of color #D746D3: hue angle of 301.66º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D746D3 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 70 211 -
CMYK 0 0.67 0.02 0.16
HSL 301.66º 0.64% 0.56% -
HSV(B) 301.66º 0.67% 0.84% -
XYZ 41.97 23.53 63.96 -
YUV 129.43 174.04 189.04 -
System Red Green Blue C M Y K H S L
Decimal 215 70 211 0 0.67 0.02 0.16 301.66 0.64 0.56
Hex D7 46 D3 0 43 2 10 12E 40 38
Octal 327 106 323 0 103 2 20 456 100 70
Binary 11010111 1000110 11010011 0 1000011 10 10000 100101110 1000000 111000

Color Harmonies of #D746D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D746D3

Black with #D746D3

Text Example


Text Example

White with #D746D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D746D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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