#D742CD

Color #D742CD Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #D742CD

Tints of Free Speech Magenta #D742CD

Color information

#D742CD (or 0xD742CD) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 42 and CD. RGB value is (215,66,205). Sum of RGB (Red+Green+Blue) = 215+66+205=486 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.24% from 486); Green value is 66 (26.17% from 255 or 13.58% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 215 - color contains mainly: red. Hex color #D742CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D742CD is #28BD32. Grayscale: #7D7D7D. Windows color (decimal): -2669875 or 13451991. OLE color: 13451991.

HSL color Cylindrical-coordinate representation of color #D742CD: hue angle of 304.03º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D742CD is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB21566205-
CMYK00.690.050.16
HSL304.03º65.07%55.1%-
HSV(B)304.03º69.3%84.31%-
XYZ40.9922.7559.99-
YUV126.4172.36191.2-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.24%
GREEN value IS 66 (26.17% from 255) = 13.58%
BLUE value IS 205 (80.47% from 255) = 42.18%
R=44.24%
G=13.58%
B=42.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2156620500.690.050.16304.0365.0755.1
HexD742CD0455101304137
Octal327102315010552046010167
Binary1101011110000101100110101000101101100001001100001000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D742CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D742CD; }

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

 H1.HeaderClassName
 {
   color: #D742CD;
 }
 .AnyTagClassName
 {
   color: #D742CD;
 }
</style>
background-color css

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

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

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

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

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

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