Html Css Color HEX #D759D9 Free Speech Magenta

📋 copy color: '#D759D9'

red 215 ◦ green 89 ◦ blue 217

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

Shades of Free Speech Magenta #D759D9

Tints of Free Speech Magenta #D759D9

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.08%

 BLUE value IS 217 (85.16% from 255) = 41.65%

R = 41.27%
G = 17.08%
B = 41.65%

CMYK

 C value IS 0.01

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D759D9 (or 0xD759D9) is known color: Free Speech Magenta. HEX triplet: D7, 59 and D9. RGB value is (215,89,217). Sum of RGB (Red+Green+Blue) = 215+89+217=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 89 (35.16% from 255 or 17.08% from 521); Blue value is 217 (85.16% from 255 or 41.65% from 521); Max value from RGB is 217 - color contains mainly: blue. Hex color #D759D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D759D9 is #28A626. Grayscale: #8C8C8C. Windows color (decimal): -2663975 or 14244311. OLE color: 14244311.

HSL color Cylindrical-coordinate representation of color #D759D9: hue angle of 299.06º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D759D9 is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 215 89 217 -
CMYK 0.01 0.59 0 0.15
HSL 299.06º 0.63% 0.6% -
HSV(B) 299.06º 0.59% 0.85% -
XYZ 44.12 26.6 68.45 -
YUV 141.27 170.74 180.59 -
System Red Green Blue C M Y K H S L
Decimal 215 89 217 0.01 0.59 0 0.15 299.06 0.63 0.6
Hex D7 59 D9 1 3B 0 F 12B 3F 3C
Octal 327 131 331 1 73 0 17 453 77 74
Binary 11010111 1011001 11011001 1 111011 0 1111 100101011 111111 111100

Color Harmonies of #D759D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D759D9

Black with #D759D9

Text Example


Text Example

White with #D759D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D759D9; }

 p { color: rgb(215,89,217); }

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

background-color css

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

 a { background-color: rgb(215,89,217); }

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

border-color css

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

 span { border-color: rgb(215,89,217); }

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