Html Css Color HEX #D759DA Free Speech Magenta

📋 copy color: '#D759DA'

red 215 ◦ green 89 ◦ blue 218

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

Shades of Free Speech Magenta #D759DA

Tints of Free Speech Magenta #D759DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.76%

R = 41.19%
G = 17.05%
B = 41.76%

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

#D759DA (or 0xD759DA) is known color: Free Speech Magenta. HEX triplet: D7, 59 and DA. RGB value is (215,89,218). Sum of RGB (Red+Green+Blue) = 215+89+218=522 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.19% from 522); Green value is 89 (35.16% from 255 or 17.05% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #D759DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D759DA is #28A625. Grayscale: #8C8C8C. Windows color (decimal): -2663974 or 14309847. OLE color: 14309847.

HSL color Cylindrical-coordinate representation of color #D759DA: hue angle of 298.6º degrees, saturation: 0.64, 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 #D759DA is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 215 89 218 -
CMYK 0.01 0.59 0 0.15
HSL 298.6º 0.64% 0.6% -
HSV(B) 298.6º 0.59% 0.85% -
XYZ 44.25 26.65 69.14 -
YUV 141.38 171.24 180.51 -
System Red Green Blue C M Y K H S L
Decimal 215 89 218 0.01 0.59 0 0.15 298.6 0.64 0.6
Hex D7 59 DA 1 3B 0 F 12B 40 3C
Octal 327 131 332 1 73 0 17 453 100 74
Binary 11010111 1011001 11011010 1 111011 0 1111 100101011 1000000 111100

Color Harmonies of #D759DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D759DA

Black with #D759DA

Text Example


Text Example

White with #D759DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D759DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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