Html Css Color HEX #D954D7 Free Speech Magenta

📋 copy color: '#D954D7'

red 217 ◦ green 84 ◦ blue 215

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

Shades of Free Speech Magenta #D954D7

Tints of Free Speech Magenta #D954D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.67%

R = 42.05%
G = 16.28%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D954D7 (or 0xD954D7) is known color: Free Speech Magenta. HEX triplet: D9, 54 and D7. RGB value is (217,84,215). Sum of RGB (Red+Green+Blue) = 217+84+215=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 84 (33.20% from 255 or 16.28% from 516); Blue value is 215 (84.38% from 255 or 41.67% from 516); Max value from RGB is 217 - color contains mainly: red. Hex color #D954D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D954D7 is #26AB28. Grayscale: #8A8A8A. Windows color (decimal): -2534185 or 14111961. OLE color: 14111961.

HSL color Cylindrical-coordinate representation of color #D954D7: hue angle of 300.9º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D954D7 is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 84 215 -
CMYK 0 0.61 0.01 0.15
HSL 300.9º 0.64% 0.59% -
HSV(B) 300.9º 0.61% 0.85% -
XYZ 44.05 26 66.99 -
YUV 138.7 171.06 183.85 -
System Red Green Blue C M Y K H S L
Decimal 217 84 215 0 0.61 0.01 0.15 300.9 0.64 0.59
Hex D9 54 D7 0 3D 1 F 12D 40 3B
Octal 331 124 327 0 75 1 17 455 100 73
Binary 11011001 1010100 11010111 0 111101 1 1111 100101101 1000000 111011

Color Harmonies of #D954D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D954D7

Black with #D954D7

Text Example


Text Example

White with #D954D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D954D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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