Html Css Color HEX #D760D5 Free Speech Magenta

📋 copy color: '#D760D5'

red 215 ◦ green 96 ◦ blue 213

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

Shades of Free Speech Magenta #D760D5

Tints of Free Speech Magenta #D760D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.65%

R = 41.03%
G = 18.32%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D760D5 (or 0xD760D5) is known color: Free Speech Magenta. HEX triplet: D7, 60 and D5. RGB value is (215,96,213). Sum of RGB (Red+Green+Blue) = 215+96+213=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 96 (37.89% from 255 or 18.32% from 524); Blue value is 213 (83.59% from 255 or 40.65% from 524); Max value from RGB is 215 - color contains mainly: red. Hex color #D760D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D760D5 is #289F2A. Grayscale: #909090. Windows color (decimal): -2662187 or 13983959. OLE color: 13983959.

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

Color convert

RGB 215 96 213 -
CMYK 0 0.55 0.01 0.16
HSL 301.01º 0.6% 0.61% -
HSV(B) 301.01º 0.55% 0.84% -
XYZ 44.22 27.62 65.95 -
YUV 144.92 166.42 177.99 -
System Red Green Blue C M Y K H S L
Decimal 215 96 213 0 0.55 0.01 0.16 301.01 0.6 0.61
Hex D7 60 D5 0 37 1 10 12D 3C 3D
Octal 327 140 325 0 67 1 20 455 74 75
Binary 11010111 1100000 11010101 0 110111 1 10000 100101101 111100 111101

Color Harmonies of #D760D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D760D5

Black with #D760D5

Text Example


Text Example

White with #D760D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D760D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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