Html Css Color HEX #D850C7 Free Speech Magenta

📋 copy color: '#D850C7'

red 216 ◦ green 80 ◦ blue 199

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

Shades of Free Speech Magenta #D850C7

Tints of Free Speech Magenta #D850C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.2%

R = 43.64%
G = 16.16%
B = 40.2%

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

#D850C7 (or 0xD850C7) is known color: Free Speech Magenta. HEX triplet: D8, 50 and C7. RGB value is (216,80,199). Sum of RGB (Red+Green+Blue) = 216+80+199=495 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.64% from 495); Green value is 80 (31.64% from 255 or 16.16% from 495); Blue value is 199 (78.12% from 255 or 40.20% from 495); Max value from RGB is 216 - color contains mainly: red. Hex color #D850C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D850C7 is #27AF38. Grayscale: #858585. Windows color (decimal): -2600761 or 13062360. OLE color: 13062360.

HSL color Cylindrical-coordinate representation of color #D850C7: hue angle of 307.5º 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 #D850C7 is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 80 199 -
CMYK 0 0.63 0.08 0.15
HSL 307.5º 0.64% 0.58% -
HSV(B) 307.5º 0.63% 0.85% -
XYZ 41.5 24.46 56.57 -
YUV 134.23 164.56 186.32 -
System Red Green Blue C M Y K H S L
Decimal 216 80 199 0 0.63 0.08 0.15 307.5 0.64 0.58
Hex D8 50 C7 0 3F 8 F 134 40 3A
Octal 330 120 307 0 77 10 17 464 100 72
Binary 11011000 1010000 11000111 0 111111 1000 1111 100110100 1000000 111010

Color Harmonies of #D850C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D850C7

Black with #D850C7

Text Example


Text Example

White with #D850C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D850C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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