Html Css Color HEX #D836DB Free Speech Magenta

📋 copy color: '#D836DB'

red 216 ◦ green 54 ◦ blue 219

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

Shades of Free Speech Magenta #D836DB

Tints of Free Speech Magenta #D836DB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.04%

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

R = 44.17%
G = 11.04%
B = 44.79%

CMYK

 C value IS 0.01

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D836DB (or 0xD836DB) is known color: Free Speech Magenta. HEX triplet: D8, 36 and DB. RGB value is (216,54,219). Sum of RGB (Red+Green+Blue) = 216+54+219=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 54 (21.48% from 255 or 11.04% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #D836DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D836DB is #27C924. Grayscale: #787878. Windows color (decimal): -2607397 or 14366424. OLE color: 14366424.

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

Color convert

RGB 216 54 219 -
CMYK 0.01 0.75 0 0.14
HSL 298.91º 0.7% 0.54% -
HSV(B) 298.91º 0.75% 0.86% -
XYZ 42.42 22.35 69.1 -
YUV 121.25 183.17 195.58 -
System Red Green Blue C M Y K H S L
Decimal 216 54 219 0.01 0.75 0 0.14 298.91 0.7 0.54
Hex D8 36 DB 1 4B 0 E 12B 46 36
Octal 330 66 333 1 113 0 16 453 106 66
Binary 11011000 110110 11011011 1 1001011 0 1110 100101011 1000110 110110

Color Harmonies of #D836DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D836DB

Black with #D836DB

Text Example


Text Example

White with #D836DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D836DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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