Html Css Color HEX #D850E6 Free Speech Magenta

📋 copy color: '#D850E6'

red 216 ◦ green 80 ◦ blue 230

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

Shades of Free Speech Magenta #D850E6

Tints of Free Speech Magenta #D850E6

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.21%

 BLUE value IS 230 (90.23% from 255) = 43.73%

R = 41.06%
G = 15.21%
B = 43.73%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D850E6 (or 0xD850E6) is known color: Free Speech Magenta. HEX triplet: D8, 50 and E6. RGB value is (216,80,230). Sum of RGB (Red+Green+Blue) = 216+80+230=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 80 (31.64% from 255 or 15.21% from 526); Blue value is 230 (90.23% from 255 or 43.73% from 526); Max value from RGB is 230 - color contains mainly: blue. Hex color #D850E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D850E6 is #27AF19. Grayscale: #898989. Windows color (decimal): -2600730 or 15093976. OLE color: 15093976.

HSL color Cylindrical-coordinate representation of color #D850E6: hue angle of 294.4º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D850E6 is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 216 80 230 -
CMYK 0.06 0.65 0 0.10
HSL 294.4º 0.75% 0.61% -
HSV(B) 294.4º 0.65% 0.9% -
XYZ 45.47 26.05 77.49 -
YUV 137.76 180.06 183.8 -
System Red Green Blue C M Y K H S L
Decimal 216 80 230 0.06 0.65 0 0.10 294.4 0.75 0.61
Hex D8 50 E6 6 41 0 A 126 4B 3D
Octal 330 120 346 6 101 0 12 446 113 75
Binary 11011000 1010000 11100110 110 1000001 0 1010 100100110 1001011 111101

Color Harmonies of #D850E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D850E6

Black with #D850E6

Text Example


Text Example

White with #D850E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D850E6; }

 p { color: rgb(216,80,230); }

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

background-color css

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

 a { background-color: rgb(216,80,230); }

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

border-color css

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

 span { border-color: rgb(216,80,230); }

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