Html Css Color HEX #D83DD6 Free Speech Magenta

📋 copy color: '#D83DD6'

red 216 ◦ green 61 ◦ blue 214

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

Shades of Free Speech Magenta #D83DD6

Tints of Free Speech Magenta #D83DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.58%

R = 43.99%
G = 12.42%
B = 43.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D83DD6 (or 0xD83DD6) is known color: Free Speech Magenta. HEX triplet: D8, 3D and D6. RGB value is (216,61,214). Sum of RGB (Red+Green+Blue) = 216+61+214=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 61 (24.22% from 255 or 12.42% from 491); Blue value is 214 (83.98% from 255 or 43.58% from 491); Max value from RGB is 216 - color contains mainly: red. Hex color #D83DD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D83DD6 is #27C229. Grayscale: #7C7C7C. Windows color (decimal): -2605610 or 14040536. OLE color: 14040536.

HSL color Cylindrical-coordinate representation of color #D83DD6: hue angle of 300.77º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D83DD6 is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 61 214 -
CMYK 0 0.72 0.01 0.15
HSL 300.77º 0.67% 0.54% -
HSV(B) 300.77º 0.72% 0.85% -
XYZ 42.13 22.79 65.8 -
YUV 124.79 178.35 193.06 -
System Red Green Blue C M Y K H S L
Decimal 216 61 214 0 0.72 0.01 0.15 300.77 0.67 0.54
Hex D8 3D D6 0 48 1 F 12D 43 36
Octal 330 75 326 0 110 1 17 455 103 66
Binary 11011000 111101 11010110 0 1001000 1 1111 100101101 1000011 110110

Color Harmonies of #D83DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83DD6

Black with #D83DD6

Text Example


Text Example

White with #D83DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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