Html Css Color HEX #D849E6 Free Speech Magenta

📋 copy color: '#D849E6'

red 216 ◦ green 73 ◦ blue 230

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

Shades of Free Speech Magenta #D849E6

Tints of Free Speech Magenta #D849E6

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.07%

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

R = 41.62%
G = 14.07%
B = 44.32%

CMYK

 C value IS 0.06

 M value IS 0.68

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D849E6 (or 0xD849E6) is known color: Free Speech Magenta. HEX triplet: D8, 49 and E6. RGB value is (216,73,230). Sum of RGB (Red+Green+Blue) = 216+73+230=519 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.62% from 519); Green value is 73 (28.91% from 255 or 14.07% from 519); Blue value is 230 (90.23% from 255 or 44.32% from 519); Max value from RGB is 230 - color contains mainly: blue. Hex color #D849E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D849E6 is #27B619. Grayscale: #858585. Windows color (decimal): -2602522 or 15092184. OLE color: 15092184.

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

Color convert

RGB 216 73 230 -
CMYK 0.06 0.68 0 0.10
HSL 294.65º 0.76% 0.59% -
HSV(B) 294.65º 0.68% 0.9% -
XYZ 44.98 25.08 77.33 -
YUV 133.66 182.38 186.73 -
System Red Green Blue C M Y K H S L
Decimal 216 73 230 0.06 0.68 0 0.10 294.65 0.76 0.59
Hex D8 49 E6 6 44 0 A 127 4C 3B
Octal 330 111 346 6 104 0 12 447 114 73
Binary 11011000 1001001 11100110 110 1000100 0 1010 100100111 1001100 111011

Color Harmonies of #D849E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D849E6

Black with #D849E6

Text Example


Text Example

White with #D849E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D849E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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