Html Css Color HEX #D746CD Free Speech Magenta

📋 copy color: '#D746CD'

red 215 ◦ green 70 ◦ blue 205

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

Shades of Free Speech Magenta #D746CD

Tints of Free Speech Magenta #D746CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.84%

R = 43.88%
G = 14.29%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D746CD (or 0xD746CD) is known color: Free Speech Magenta. HEX triplet: D7, 46 and CD. RGB value is (215,70,205). Sum of RGB (Red+Green+Blue) = 215+70+205=490 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.88% from 490); Green value is 70 (27.73% from 255 or 14.29% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 215 - color contains mainly: red. Hex color #D746CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D746CD is #28B932. Grayscale: #808080. Windows color (decimal): -2668851 or 13453015. OLE color: 13453015.

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

Color convert

RGB 215 70 205 -
CMYK 0 0.67 0.05 0.16
HSL 304.14º 0.64% 0.56% -
HSV(B) 304.14º 0.67% 0.84% -
XYZ 41.23 23.24 60.07 -
YUV 128.75 171.04 189.52 -
System Red Green Blue C M Y K H S L
Decimal 215 70 205 0 0.67 0.05 0.16 304.14 0.64 0.56
Hex D7 46 CD 0 43 5 10 130 40 38
Octal 327 106 315 0 103 5 20 460 100 70
Binary 11010111 1000110 11001101 0 1000011 101 10000 100110000 1000000 111000

Color Harmonies of #D746CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D746CD

Black with #D746CD

Text Example


Text Example

White with #D746CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D746CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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