Html Css Color HEX #D954DD Free Speech Magenta

📋 copy color: '#D954DD'

red 217 ◦ green 84 ◦ blue 221

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

Shades of Free Speech Magenta #D954DD

Tints of Free Speech Magenta #D954DD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.09%

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

R = 41.57%
G = 16.09%
B = 42.34%

CMYK

 C value IS 0.02

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D954DD (or 0xD954DD) is known color: Free Speech Magenta. HEX triplet: D9, 54 and DD. RGB value is (217,84,221). Sum of RGB (Red+Green+Blue) = 217+84+221=522 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.57% from 522); Green value is 84 (33.20% from 255 or 16.09% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #D954DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D954DD is #26AB22. Grayscale: #8A8A8A. Windows color (decimal): -2534179 or 14505177. OLE color: 14505177.

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

Color convert

RGB 217 84 221 -
CMYK 0.02 0.62 0 0.13
HSL 298.25º 0.67% 0.6% -
HSV(B) 298.25º 0.62% 0.87% -
XYZ 44.84 26.31 71.12 -
YUV 139.39 174.06 183.36 -
System Red Green Blue C M Y K H S L
Decimal 217 84 221 0.02 0.62 0 0.13 298.25 0.67 0.6
Hex D9 54 DD 2 3E 0 D 12A 43 3C
Octal 331 124 335 2 76 0 15 452 103 74
Binary 11011001 1010100 11011101 10 111110 0 1101 100101010 1000011 111100

Color Harmonies of #D954DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D954DD

Black with #D954DD

Text Example


Text Example

White with #D954DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D954DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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