Html Css Color HEX #D83DDB Free Speech Magenta

📋 copy color: '#D83DDB'

red 216 ◦ green 61 ◦ blue 219

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

Shades of Free Speech Magenta #D83DDB

Tints of Free Speech Magenta #D83DDB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.3%

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

R = 43.55%
G = 12.3%
B = 44.15%

CMYK

 C value IS 0.01

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D83DDB (or 0xD83DDB) is known color: Free Speech Magenta. HEX triplet: D8, 3D and DB. RGB value is (216,61,219). Sum of RGB (Red+Green+Blue) = 216+61+219=496 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.55% from 496); Green value is 61 (24.22% from 255 or 12.30% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #D83DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83DDB is #27C224. Grayscale: #7C7C7C. Windows color (decimal): -2605605 or 14368216. OLE color: 14368216.

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

Color convert

RGB 216 61 219 -
CMYK 0.01 0.72 0 0.14
HSL 298.86º 0.69% 0.55% -
HSV(B) 298.86º 0.72% 0.86% -
XYZ 42.77 23.05 69.21 -
YUV 125.36 180.85 192.65 -
System Red Green Blue C M Y K H S L
Decimal 216 61 219 0.01 0.72 0 0.14 298.86 0.69 0.55
Hex D8 3D DB 1 48 0 E 12B 45 37
Octal 330 75 333 1 110 0 16 453 105 67
Binary 11011000 111101 11011011 1 1001000 0 1110 100101011 1000101 110111

Color Harmonies of #D83DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83DDB

Black with #D83DDB

Text Example


Text Example

White with #D83DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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