Html Css Color HEX #D854DB Free Speech Magenta

📋 copy color: '#D854DB'

red 216 ◦ green 84 ◦ blue 219

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

Shades of Free Speech Magenta #D854DB

Tints of Free Speech Magenta #D854DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.2%

R = 41.62%
G = 16.18%
B = 42.2%

CMYK

 C value IS 0.01

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D854DB (or 0xD854DB) is known color: Free Speech Magenta. HEX triplet: D8, 54 and DB. RGB value is (216,84,219). Sum of RGB (Red+Green+Blue) = 216+84+219=519 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.62% from 519); Green value is 84 (33.20% from 255 or 16.18% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #D854DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D854DB is #27AB24. Grayscale: #8A8A8A. Windows color (decimal): -2599717 or 14374104. OLE color: 14374104.

HSL color Cylindrical-coordinate representation of color #D854DB: hue angle of 298.67º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D854DB is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 84 219 -
CMYK 0.01 0.62 0 0.14
HSL 298.67º 0.65% 0.59% -
HSV(B) 298.67º 0.62% 0.86% -
XYZ 44.28 26.05 69.71 -
YUV 138.86 173.23 183.02 -
System Red Green Blue C M Y K H S L
Decimal 216 84 219 0.01 0.62 0 0.14 298.67 0.65 0.59
Hex D8 54 DB 1 3E 0 E 12B 41 3B
Octal 330 124 333 1 76 0 16 453 101 73
Binary 11011000 1010100 11011011 1 111110 0 1110 100101011 1000001 111011

Color Harmonies of #D854DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D854DB

Black with #D854DB

Text Example


Text Example

White with #D854DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D854DB; }

 p { color: rgb(216,84,219); }

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

background-color css

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

 a { background-color: rgb(216,84,219); }

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

border-color css

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

 span { border-color: rgb(216,84,219); }

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