Html Css Color HEX #D747C9 Free Speech Magenta

📋 copy color: '#D747C9'

red 215 ◦ green 71 ◦ blue 201

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

Shades of Free Speech Magenta #D747C9

Tints of Free Speech Magenta #D747C9

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.58%

 BLUE value IS 201 (78.91% from 255) = 41.27%

R = 44.15%
G = 14.58%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D747C9 (or 0xD747C9) is known color: Free Speech Magenta. HEX triplet: D7, 47 and C9. RGB value is (215,71,201). Sum of RGB (Red+Green+Blue) = 215+71+201=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 71 (28.12% from 255 or 14.58% from 487); Blue value is 201 (78.91% from 255 or 41.27% from 487); Max value from RGB is 215 - color contains mainly: red. Hex color #D747C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D747C9 is #28B836. Grayscale: #808080. Windows color (decimal): -2668599 or 13191127. OLE color: 13191127.

HSL color Cylindrical-coordinate representation of color #D747C9: hue angle of 305.83º 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 #D747C9 is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 71 201 -
CMYK 0 0.67 0.07 0.16
HSL 305.83º 0.64% 0.56% -
HSV(B) 305.83º 0.67% 0.84% -
XYZ 40.82 23.17 57.58 -
YUV 128.88 168.71 189.43 -
System Red Green Blue C M Y K H S L
Decimal 215 71 201 0 0.67 0.07 0.16 305.83 0.64 0.56
Hex D7 47 C9 0 43 7 10 132 40 38
Octal 327 107 311 0 103 7 20 462 100 70
Binary 11010111 1000111 11001001 0 1000011 111 10000 100110010 1000000 111000

Color Harmonies of #D747C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D747C9

Black with #D747C9

Text Example


Text Example

White with #D747C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D747C9; }

 p { color: rgb(215,71,201); }

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

background-color css

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

 a { background-color: rgb(215,71,201); }

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

border-color css

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

 span { border-color: rgb(215,71,201); }

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