Html Css Color HEX #D83ADB Free Speech Magenta

📋 copy color: '#D83ADB'

red 216 ◦ green 58 ◦ blue 219

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

Shades of Free Speech Magenta #D83ADB

Tints of Free Speech Magenta #D83ADB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.76%

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

R = 43.81%
G = 11.76%
B = 44.42%

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

#D83ADB (or 0xD83ADB) is known color: Free Speech Magenta. HEX triplet: D8, 3A and DB. RGB value is (216,58,219). Sum of RGB (Red+Green+Blue) = 216+58+219=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 58 (23.05% from 255 or 11.76% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #D83ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83ADB is #27C524. Grayscale: #7B7B7B. Windows color (decimal): -2606373 or 14367448. OLE color: 14367448.

HSL color Cylindrical-coordinate representation of color #D83ADB: hue angle of 298.88º 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 #D83ADB is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 58 219 -
CMYK 0.01 0.74 0 0.14
HSL 298.88º 0.69% 0.54% -
HSV(B) 298.88º 0.74% 0.86% -
XYZ 42.62 22.74 69.16 -
YUV 123.6 181.85 193.91 -
System Red Green Blue C M Y K H S L
Decimal 216 58 219 0.01 0.74 0 0.14 298.88 0.69 0.54
Hex D8 3A DB 1 4A 0 E 12B 45 36
Octal 330 72 333 1 112 0 16 453 105 66
Binary 11011000 111010 11011011 1 1001010 0 1110 100101011 1000101 110110

Color Harmonies of #D83ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83ADB

Black with #D83ADB

Text Example


Text Example

White with #D83ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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