Html Css Color HEX #D83EDD Free Speech Magenta

📋 copy color: '#D83EDD'

red 216 ◦ green 62 ◦ blue 221

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

Shades of Free Speech Magenta #D83EDD

Tints of Free Speech Magenta #D83EDD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.42%

 BLUE value IS 221 (86.72% from 255) = 44.29%

R = 43.29%
G = 12.42%
B = 44.29%

CMYK

 C value IS 0.02

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D83EDD (or 0xD83EDD) is known color: Free Speech Magenta. HEX triplet: D8, 3E and DD. RGB value is (216,62,221). Sum of RGB (Red+Green+Blue) = 216+62+221=499 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.29% from 499); Green value is 62 (24.61% from 255 or 12.42% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #D83EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83EDD is #27C122. Grayscale: #7D7D7D. Windows color (decimal): -2605347 or 14499544. OLE color: 14499544.

HSL color Cylindrical-coordinate representation of color #D83EDD: hue angle of 298.11º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D83EDD is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 62 221 -
CMYK 0.02 0.72 0 0.13
HSL 298.11º 0.7% 0.55% -
HSV(B) 298.11º 0.72% 0.87% -
XYZ 43.09 23.26 70.63 -
YUV 126.17 181.52 192.07 -
System Red Green Blue C M Y K H S L
Decimal 216 62 221 0.02 0.72 0 0.13 298.11 0.7 0.55
Hex D8 3E DD 2 48 0 D 12A 46 37
Octal 330 76 335 2 110 0 15 452 106 67
Binary 11011000 111110 11011101 10 1001000 0 1101 100101010 1000110 110111

Color Harmonies of #D83EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83EDD

Black with #D83EDD

Text Example


Text Example

White with #D83EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83EDD; }

 p { color: rgb(216,62,221); }

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

background-color css

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

 a { background-color: rgb(216,62,221); }

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

border-color css

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

 span { border-color: rgb(216,62,221); }

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