Html Css Color HEX #D94DDD Free Speech Magenta

📋 copy color: '#D94DDD'

red 217 ◦ green 77 ◦ blue 221

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

Shades of Free Speech Magenta #D94DDD

Tints of Free Speech Magenta #D94DDD

RGB

 RED value IS 217 (85.16% from 255) = 42.14%

 GREEN value IS 77 (30.47% from 255) = 14.95%

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

R = 42.14%
G = 14.95%
B = 42.91%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D94DDD (or 0xD94DDD) is known color: Free Speech Magenta. HEX triplet: D9, 4D and DD. RGB value is (217,77,221). Sum of RGB (Red+Green+Blue) = 217+77+221=515 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.14% from 515); Green value is 77 (30.47% from 255 or 14.95% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #D94DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D94DDD is #26B222. Grayscale: #868686. Windows color (decimal): -2535971 or 14503385. OLE color: 14503385.

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

Color convert

RGB 217 77 221 -
CMYK 0.02 0.65 0 0.13
HSL 298.33º 0.68% 0.58% -
HSV(B) 298.33º 0.65% 0.87% -
XYZ 44.32 25.28 70.95 -
YUV 135.28 176.38 186.29 -
System Red Green Blue C M Y K H S L
Decimal 217 77 221 0.02 0.65 0 0.13 298.33 0.68 0.58
Hex D9 4D DD 2 41 0 D 12A 44 3A
Octal 331 115 335 2 101 0 15 452 104 72
Binary 11011001 1001101 11011101 10 1000001 0 1101 100101010 1000100 111010

Color Harmonies of #D94DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94DDD

Black with #D94DDD

Text Example


Text Example

White with #D94DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94DDD; }

 p { color: rgb(217,77,221); }

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

background-color css

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

 a { background-color: rgb(217,77,221); }

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

border-color css

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

 span { border-color: rgb(217,77,221); }

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