Html Css Color HEX #D761DD Free Speech Magenta

📋 copy color: '#D761DD'

red 215 ◦ green 97 ◦ blue 221

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

Shades of Free Speech Magenta #D761DD

Tints of Free Speech Magenta #D761DD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.2%

 BLUE value IS 221 (86.72% from 255) = 41.46%

R = 40.34%
G = 18.2%
B = 41.46%

CMYK

 C value IS 0.03

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D761DD (or 0xD761DD) is known color: Free Speech Magenta. HEX triplet: D7, 61 and DD. RGB value is (215,97,221). Sum of RGB (Red+Green+Blue) = 215+97+221=533 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.34% from 533); Green value is 97 (38.28% from 255 or 18.20% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #D761DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D761DD is #289E22. Grayscale: #929292. Windows color (decimal): -2661923 or 14508503. OLE color: 14508503.

HSL color Cylindrical-coordinate representation of color #D761DD: hue angle of 297.1º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D761DD is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 97 221 -
CMYK 0.03 0.56 0 0.13
HSL 297.1º 0.65% 0.62% -
HSV(B) 297.1º 0.56% 0.87% -
XYZ 45.35 28.22 71.46 -
YUV 146.42 170.09 176.92 -
System Red Green Blue C M Y K H S L
Decimal 215 97 221 0.03 0.56 0 0.13 297.1 0.65 0.62
Hex D7 61 DD 3 38 0 D 129 41 3E
Octal 327 141 335 3 70 0 15 451 101 76
Binary 11010111 1100001 11011101 11 111000 0 1101 100101001 1000001 111110

Color Harmonies of #D761DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D761DD

Black with #D761DD

Text Example


Text Example

White with #D761DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D761DD; }

 p { color: rgb(215,97,221); }

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

background-color css

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

 a { background-color: rgb(215,97,221); }

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

border-color css

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

 span { border-color: rgb(215,97,221); }

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