Html Css Color HEX #D760DC Free Speech Magenta

📋 copy color: '#D760DC'

red 215 ◦ green 96 ◦ blue 220

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

Shades of Free Speech Magenta #D760DC

Tints of Free Speech Magenta #D760DC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.08%

 BLUE value IS 220 (86.33% from 255) = 41.43%

R = 40.49%
G = 18.08%
B = 41.43%

CMYK

 C value IS 0.02

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D760DC (or 0xD760DC) is known color: Free Speech Magenta. HEX triplet: D7, 60 and DC. RGB value is (215,96,220). Sum of RGB (Red+Green+Blue) = 215+96+220=531 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.49% from 531); Green value is 96 (37.89% from 255 or 18.08% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #D760DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D760DC is #289F23. Grayscale: #919191. Windows color (decimal): -2662180 or 14442711. OLE color: 14442711.

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

Color convert

RGB 215 96 220 -
CMYK 0.02 0.56 0 0.14
HSL 297.58º 0.64% 0.62% -
HSV(B) 297.58º 0.56% 0.86% -
XYZ 45.13 27.98 70.73 -
YUV 145.72 169.92 177.42 -
System Red Green Blue C M Y K H S L
Decimal 215 96 220 0.02 0.56 0 0.14 297.58 0.64 0.62
Hex D7 60 DC 2 38 0 E 12A 40 3E
Octal 327 140 334 2 70 0 16 452 100 76
Binary 11010111 1100000 11011100 10 111000 0 1110 100101010 1000000 111110

Color Harmonies of #D760DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D760DC

Black with #D760DC

Text Example


Text Example

White with #D760DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D760DC; }

 p { color: rgb(215,96,220); }

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

background-color css

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

 a { background-color: rgb(215,96,220); }

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

border-color css

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

 span { border-color: rgb(215,96,220); }

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