Html Css Color HEX #D850C6 Free Speech Magenta

📋 copy color: '#D850C6'

red 216 ◦ green 80 ◦ blue 198

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

Shades of Free Speech Magenta #D850C6

Tints of Free Speech Magenta #D850C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.08%

R = 43.72%
G = 16.19%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D850C6 (or 0xD850C6) is known color: Free Speech Magenta. HEX triplet: D8, 50 and C6. RGB value is (216,80,198). Sum of RGB (Red+Green+Blue) = 216+80+198=494 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.72% from 494); Green value is 80 (31.64% from 255 or 16.19% from 494); Blue value is 198 (77.73% from 255 or 40.08% from 494); Max value from RGB is 216 - color contains mainly: red. Hex color #D850C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D850C6 is #27AF39. Grayscale: #858585. Windows color (decimal): -2600762 or 12996824. OLE color: 12996824.

HSL color Cylindrical-coordinate representation of color #D850C6: hue angle of 307.94º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D850C6 is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 80 198 -
CMYK 0 0.63 0.08 0.15
HSL 307.94º 0.64% 0.58% -
HSV(B) 307.94º 0.63% 0.85% -
XYZ 41.38 24.41 55.96 -
YUV 134.12 164.06 186.41 -
System Red Green Blue C M Y K H S L
Decimal 216 80 198 0 0.63 0.08 0.15 307.94 0.64 0.58
Hex D8 50 C6 0 3F 8 F 134 40 3A
Octal 330 120 306 0 77 10 17 464 100 72
Binary 11011000 1010000 11000110 0 111111 1000 1111 100110100 1000000 111010

Color Harmonies of #D850C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D850C6

Black with #D850C6

Text Example


Text Example

White with #D850C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D850C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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