Html Css Color HEX #D759CE Free Speech Magenta

📋 copy color: '#D759CE'

red 215 ◦ green 89 ◦ blue 206

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

Shades of Free Speech Magenta #D759CE

Tints of Free Speech Magenta #D759CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.39%

R = 42.16%
G = 17.45%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D759CE (or 0xD759CE) is known color: Free Speech Magenta. HEX triplet: D7, 59 and CE. RGB value is (215,89,206). Sum of RGB (Red+Green+Blue) = 215+89+206=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 89 (35.16% from 255 or 17.45% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 215 - color contains mainly: red. Hex color #D759CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D759CE is #28A631. Grayscale: #8B8B8B. Windows color (decimal): -2663986 or 13523415. OLE color: 13523415.

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

Color convert

RGB 215 89 206 -
CMYK 0 0.59 0.04 0.16
HSL 304.29º 0.61% 0.6% -
HSV(B) 304.29º 0.59% 0.84% -
XYZ 42.74 26.05 61.17 -
YUV 140.01 165.24 181.49 -
System Red Green Blue C M Y K H S L
Decimal 215 89 206 0 0.59 0.04 0.16 304.29 0.61 0.6
Hex D7 59 CE 0 3B 4 10 130 3D 3C
Octal 327 131 316 0 73 4 20 460 75 74
Binary 11010111 1011001 11001110 0 111011 100 10000 100110000 111101 111100

Color Harmonies of #D759CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D759CE

Black with #D759CE

Text Example


Text Example

White with #D759CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D759CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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