Html Css Color HEX #D759C7 Free Speech Magenta

📋 copy color: '#D759C7'

red 215 ◦ green 89 ◦ blue 199

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

Shades of Free Speech Magenta #D759C7

Tints of Free Speech Magenta #D759C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 39.56%

R = 42.74%
G = 17.69%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D759C7 (or 0xD759C7) is known color: Free Speech Magenta. HEX triplet: D7, 59 and C7. RGB value is (215,89,199). Sum of RGB (Red+Green+Blue) = 215+89+199=503 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.74% from 503); Green value is 89 (35.16% from 255 or 17.69% from 503); Blue value is 199 (78.12% from 255 or 39.56% from 503); Max value from RGB is 215 - color contains mainly: red. Hex color #D759C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D759C7 is #28A638. Grayscale: #8A8A8A. Windows color (decimal): -2663993 or 13064663. OLE color: 13064663.

HSL color Cylindrical-coordinate representation of color #D759C7: hue angle of 307.62º 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 #D759C7 is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 89 199 -
CMYK 0 0.59 0.07 0.16
HSL 307.62º 0.61% 0.6% -
HSV(B) 307.62º 0.59% 0.84% -
XYZ 41.91 25.72 56.79 -
YUV 139.21 161.74 182.06 -
System Red Green Blue C M Y K H S L
Decimal 215 89 199 0 0.59 0.07 0.16 307.62 0.61 0.6
Hex D7 59 C7 0 3B 7 10 134 3D 3C
Octal 327 131 307 0 73 7 20 464 75 74
Binary 11010111 1011001 11000111 0 111011 111 10000 100110100 111101 111100

Color Harmonies of #D759C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D759C7

Black with #D759C7

Text Example


Text Example

White with #D759C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D759C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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