Html Css Color HEX #D847F0 Free Speech Magenta

📋 copy color: '#D847F0'

red 216 ◦ green 71 ◦ blue 240

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

Shades of Free Speech Magenta #D847F0

Tints of Free Speech Magenta #D847F0

RGB

 RED value IS 216 (84.77% from 255) = 40.99%

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

 BLUE value IS 240 (94.14% from 255) = 45.54%

R = 40.99%
G = 13.47%
B = 45.54%

CMYK

 C value IS 0.1

 M value IS 0.70

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D847F0 (or 0xD847F0) is known color: Free Speech Magenta. HEX triplet: D8, 47 and F0. RGB value is (216,71,240). Sum of RGB (Red+Green+Blue) = 216+71+240=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 71 (28.12% from 255 or 13.47% from 527); Blue value is 240 (94.14% from 255 or 45.54% from 527); Max value from RGB is 240 - color contains mainly: blue. Hex color #D847F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D847F0 is #27B80F. Grayscale: #858585. Windows color (decimal): -2603024 or 15747032. OLE color: 15747032.

HSL color Cylindrical-coordinate representation of color #D847F0: hue angle of 291.48º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D847F0 is Cyan = 0.1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 216 71 240 -
CMYK 0.1 0.70 0 0.06
HSL 291.48º 0.85% 0.61% -
HSV(B) 291.48º 0.7% 0.94% -
XYZ 46.3 25.4 84.9 -
YUV 133.62 188.04 186.76 -
System Red Green Blue C M Y K H S L
Decimal 216 71 240 0.1 0.70 0 0.06 291.48 0.85 0.61
Hex D8 47 F0 A 46 0 6 123 55 3D
Octal 330 107 360 12 106 0 6 443 125 75
Binary 11011000 1000111 11110000 1010 1000110 0 110 100100011 1010101 111101

Color Harmonies of #D847F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D847F0

Black with #D847F0

Text Example


Text Example

White with #D847F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D847F0; }

 p { color: rgb(216,71,240); }

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

background-color css

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

 a { background-color: rgb(216,71,240); }

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

border-color css

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

 span { border-color: rgb(216,71,240); }

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