Html Css Color HEX #D838DB Free Speech Magenta

📋 copy color: '#D838DB'

red 216 ◦ green 56 ◦ blue 219

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

Shades of Free Speech Magenta #D838DB

Tints of Free Speech Magenta #D838DB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.41%

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

R = 43.99%
G = 11.41%
B = 44.6%

CMYK

 C value IS 0.01

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D838DB (or 0xD838DB) is known color: Free Speech Magenta. HEX triplet: D8, 38 and DB. RGB value is (216,56,219). Sum of RGB (Red+Green+Blue) = 216+56+219=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 56 (22.27% from 255 or 11.41% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #D838DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D838DB is #27C724. Grayscale: #797979. Windows color (decimal): -2606885 or 14366936. OLE color: 14366936.

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

Color convert

RGB 216 56 219 -
CMYK 0.01 0.74 0 0.14
HSL 298.9º 0.69% 0.54% -
HSV(B) 298.9º 0.74% 0.86% -
XYZ 42.52 22.54 69.13 -
YUV 122.42 182.51 194.75 -
System Red Green Blue C M Y K H S L
Decimal 216 56 219 0.01 0.74 0 0.14 298.9 0.69 0.54
Hex D8 38 DB 1 4A 0 E 12B 45 36
Octal 330 70 333 1 112 0 16 453 105 66
Binary 11011000 111000 11011011 1 1001010 0 1110 100101011 1000101 110110

Color Harmonies of #D838DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D838DB

Black with #D838DB

Text Example


Text Example

White with #D838DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D838DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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