Html Css Color HEX #D84DDF Free Speech Magenta

📋 copy color: '#D84DDF'

red 216 ◦ green 77 ◦ blue 223

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

Shades of Free Speech Magenta #D84DDF

Tints of Free Speech Magenta #D84DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.22%

R = 41.86%
G = 14.92%
B = 43.22%

CMYK

 C value IS 0.03

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D84DDF (or 0xD84DDF) is known color: Free Speech Magenta. HEX triplet: D8, 4D and DF. RGB value is (216,77,223). Sum of RGB (Red+Green+Blue) = 216+77+223=516 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.86% from 516); Green value is 77 (30.47% from 255 or 14.92% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #D84DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D84DDF is #27B220. Grayscale: #868686. Windows color (decimal): -2601505 or 14634456. OLE color: 14634456.

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

Color convert

RGB 216 77 223 -
CMYK 0.03 0.65 0 0.13
HSL 297.12º 0.7% 0.59% -
HSV(B) 297.12º 0.65% 0.87% -
XYZ 44.29 25.23 72.35 -
YUV 135.21 177.55 185.63 -
System Red Green Blue C M Y K H S L
Decimal 216 77 223 0.03 0.65 0 0.13 297.12 0.7 0.59
Hex D8 4D DF 3 41 0 D 129 46 3B
Octal 330 115 337 3 101 0 15 451 106 73
Binary 11011000 1001101 11011111 11 1000001 0 1101 100101001 1000110 111011

Color Harmonies of #D84DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84DDF

Black with #D84DDF

Text Example


Text Example

White with #D84DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84DDF; }

 p { color: rgb(216,77,223); }

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

background-color css

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

 a { background-color: rgb(216,77,223); }

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

border-color css

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

 span { border-color: rgb(216,77,223); }

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