Html Css Color HEX #D746DD Free Speech Magenta

📋 copy color: '#D746DD'

red 215 ◦ green 70 ◦ blue 221

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

Shades of Free Speech Magenta #D746DD

Tints of Free Speech Magenta #D746DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.68%

R = 42.49%
G = 13.83%
B = 43.68%

CMYK

 C value IS 0.03

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D746DD (or 0xD746DD) is known color: Free Speech Magenta. HEX triplet: D7, 46 and DD. RGB value is (215,70,221). Sum of RGB (Red+Green+Blue) = 215+70+221=506 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.49% from 506); Green value is 70 (27.73% from 255 or 13.83% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #D746DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D746DD is #28B922. Grayscale: #828282. Windows color (decimal): -2668835 or 14501591. OLE color: 14501591.

HSL color Cylindrical-coordinate representation of color #D746DD: hue angle of 297.62º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D746DD is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 70 221 -
CMYK 0.03 0.68 0 0.13
HSL 297.62º 0.69% 0.57% -
HSV(B) 297.62º 0.68% 0.87% -
XYZ 43.27 24.05 70.77 -
YUV 130.57 179.04 188.22 -
System Red Green Blue C M Y K H S L
Decimal 215 70 221 0.03 0.68 0 0.13 297.62 0.69 0.57
Hex D7 46 DD 3 44 0 D 12A 45 39
Octal 327 106 335 3 104 0 15 452 105 71
Binary 11010111 1000110 11011101 11 1000100 0 1101 100101010 1000101 111001

Color Harmonies of #D746DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D746DD

Black with #D746DD

Text Example


Text Example

White with #D746DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D746DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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