Html Css Color HEX #D947ED Free Speech Magenta

📋 copy color: '#D947ED'

red 217 ◦ green 71 ◦ blue 237

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

Shades of Free Speech Magenta #D947ED

Tints of Free Speech Magenta #D947ED

RGB

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

 GREEN value IS 71 (28.13% from 255) = 13.52%

 BLUE value IS 237 (92.97% from 255) = 45.14%

R = 41.33%
G = 13.52%
B = 45.14%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D947ED (or 0xD947ED) is known color: Free Speech Magenta. HEX triplet: D9, 47 and ED. RGB value is (217,71,237). Sum of RGB (Red+Green+Blue) = 217+71+237=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 71 (28.12% from 255 or 13.52% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #D947ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D947ED is #26B812. Grayscale: #858585. Windows color (decimal): -2537491 or 15550425. OLE color: 15550425.

HSL color Cylindrical-coordinate representation of color #D947ED: hue angle of 292.77º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D947ED is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 217 71 237 -
CMYK 0.08 0.70 0 0.07
HSL 292.77º 0.82% 0.6% -
HSV(B) 292.77º 0.7% 0.93% -
XYZ 46.15 25.37 82.59 -
YUV 133.58 186.37 187.5 -
System Red Green Blue C M Y K H S L
Decimal 217 71 237 0.08 0.70 0 0.07 292.77 0.82 0.6
Hex D9 47 ED 8 46 0 7 125 52 3C
Octal 331 107 355 10 106 0 7 445 122 74
Binary 11011001 1000111 11101101 1000 1000110 0 111 100100101 1010010 111100

Color Harmonies of #D947ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D947ED

Black with #D947ED

Text Example


Text Example

White with #D947ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D947ED; }

 p { color: rgb(217,71,237); }

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

background-color css

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

 a { background-color: rgb(217,71,237); }

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

border-color css

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

 span { border-color: rgb(217,71,237); }

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